2 writes to _commandCancelled
PresentationCore (2)
Core\CSharp\System\Windows\DataObjectEventArgs.cs (2)
62
_commandCancelled
= false;
118
_commandCancelled
= true;
1 reference to _commandCancelled
PresentationCore (1)
Core\CSharp\System\Windows\DataObjectEventArgs.cs (1)
92
get { return
_commandCancelled
; }