2 writes to _flags
PresentationFramework (2)
src\Framework\System\Windows\ResourceDictionary.cs (2)
2473
_flags
|= bit;
2477
_flags
&= ~bit;
1 reference to _flags
PresentationFramework (1)
src\Framework\System\Windows\ResourceDictionary.cs (1)
2483
return (
_flags
& bit) != 0;