4 references to GetPasteApplyFormat
PresentationFramework (4)
System\windows\Documents\TextEditorCopyPaste.cs (2)
199formatToApply = GetPasteApplyFormat(This, dataObject); 596string formatToApply = GetPasteApplyFormat(This, Clipboard.GetDataObject());
System\windows\Documents\TextEditorDragDrop.cs (2)
801if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.Data) == string.Empty) 849if (TextEditorCopyPaste.GetPasteApplyFormat(This, e.Data) == string.Empty)