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