8 references to Data
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1222
if (e.
Data
== null)
1250
if (e.
Data
== null)
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
511
if (e.
Data
== null || e.AllowedEffects == DragDropEffects.None)
579
e.Handled = TextEditorCopyPaste._DoPaste(_textEditor, e.
Data
, /*isDragDrop:*/true);
777
if (e.
Data
== null)
784
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)
825
if (e.
Data
== null)
832
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)