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