8 references to Data
PresentationCore (2)
System\Windows\DragDrop.cs (2)
1229
if (e.
Data
== null)
1257
if (e.
Data
== null)
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
528
if (e.
Data
== null || e.AllowedEffects == DragDropEffects.None)
596
e.Handled = TextEditorCopyPaste._DoPaste(_textEditor, e.
Data
, /*isDragDrop:*/true);
794
if (e.
Data
== null)
801
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)
842
if (e.
Data
== null)
849
if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.
Data
) == string.Empty)