2 writes to _commandCancelled
PresentationCore (2)
System\Windows\DataObjectEventArgs.cs (2)
53
_commandCancelled
= false;
109
_commandCancelled
= true;
1 reference to _commandCancelled
PresentationCore (1)
System\Windows\DataObjectEventArgs.cs (1)
83
get { return
_commandCancelled
; }