4 references to GetPasteApplyFormat
PresentationFramework (4)
System\windows\Documents\TextEditorCopyPaste.cs (2)
186formatToApply = GetPasteApplyFormat(This, dataObject); 583string formatToApply = GetPasteApplyFormat(This, Clipboard.GetDataObject());
System\windows\Documents\TextEditorDragDrop.cs (2)
784if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.Data) == string.Empty) 832if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.Data) == string.Empty)