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