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