3 references to _flags
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (3)
515
_flags
.Value |= bit;
519
_flags
.Value &= ~bit;
525
return (
_flags
.Value & bit) != 0;