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