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