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