8 references to Data
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1221
if (e.
Data
== null)
1249
if (e.
Data
== null)
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
510
if (e.
Data
== null || e.AllowedEffects == DragDropEffects.None)
578
e.Handled = TextEditorCopyPaste._DoPaste(_textEditor, e.
Data
, /*isDragDrop:*/true);
776
if (e.
Data
== null)
783
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)
824
if (e.
Data
== null)
831
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)