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