Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,29 @@
---
title: "Drag and Drop"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "data [WPF], drag-and-drop"
- "drag and drop [WPF]"
- "drag-and-drop [WPF]"
ms.assetid: 77c48920-8c8b-41eb-8fe8-b411962c8623
---
# Drag and Drop
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] provides a highly flexible drag and drop infrastructure which supports dragging and dropping of data within both [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] applications as well as other Windows applications.
## In This Section
[Drag and Drop Overview](drag-and-drop-overview.md)
[Data and Data Objects](data-and-data-objects.md)
[Walkthrough: Enabling Drag and Drop on a User Control](walkthrough-enabling-drag-and-drop-on-a-user-control.md)
[How-to Topics](drag-and-drop-how-to-topics.md)
## Reference
<xref:System.Windows.DataFormat>
<xref:System.Windows.DataObject>
<xref:System.Windows.DragDrop>
<xref:System.Windows.DragDropEffects>
<xref:System.Windows.DragEventHandler>
<xref:System.Windows.TextDataFormat>
## Related Sections