3 references to CommandCancelled
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (3)
153
if (dataObjectCopyingEventArgs.
CommandCancelled
)
205
if (!dataObjectPastingEventArgs.
CommandCancelled
)
1011
return !dataObjectSettingDataEventArgs.
CommandCancelled
;