4 references to GetPasteApplyFormat
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (2)
255
formatToApply =
GetPasteApplyFormat
(This, dataObject);
727
string formatToApply =
GetPasteApplyFormat
(This, Clipboard.GetDataObject());
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
829
if (TextEditorCopyPaste.
GetPasteApplyFormat
(This, e.Data) == string.Empty)
877
if (TextEditorCopyPaste.
GetPasteApplyFormat
(This, e.Data) == string.Empty)