4 references to GetPasteApplyFormat
PresentationFramework (4)
System\windows\Documents\TextEditorCopyPaste.cs (2)
185
formatToApply =
GetPasteApplyFormat
(This, dataObject);
584
string formatToApply =
GetPasteApplyFormat
(This, Clipboard.GetDataObject());
System\windows\Documents\TextEditorDragDrop.cs (2)
783
if (TextEditorCopyPaste.
GetPasteApplyFormat
(This, e.Data) == string.Empty)
831
if (TextEditorCopyPaste.
GetPasteApplyFormat
(This, e.Data) == string.Empty)