2 writes to _commandCancelled
PresentationCore (2)
System\Windows\DataObjectEventArgs.cs (2)
59
_commandCancelled
= false;
115
_commandCancelled
= true;
1 reference to _commandCancelled
PresentationCore (1)
System\Windows\DataObjectEventArgs.cs (1)
89
get { return
_commandCancelled
; }