3 references to CommandCancelled
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (3)
213
if (dataObjectCopyingEventArgs.
CommandCancelled
)
275
if (!dataObjectPastingEventArgs.
CommandCancelled
)
1200
return !dataObjectSettingDataEventArgs.
CommandCancelled
;