3 references to CommandCancelled
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (3)
154
if (dataObjectCopyingEventArgs.
CommandCancelled
)
206
if (!dataObjectPastingEventArgs.
CommandCancelled
)
1010
return !dataObjectSettingDataEventArgs.
CommandCancelled
;