2 writes to _flags
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (2)
447
_flags
|= bit;
451
_flags
&= ~bit;
1 reference to _flags
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
457
return (
_flags
& bit) != 0;