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)
457return (_flags & bit) != 0;