2 writes to _boolFieldStore
PresentationFramework (2)
src\Framework\System\Windows\Controls\Panel.cs (2)
815_boolFieldStore |= field; 819_boolFieldStore &= (~field);
1 reference to _boolFieldStore
PresentationFramework (1)
src\Framework\System\Windows\Controls\Panel.cs (1)
808return (_boolFieldStore & field) != 0;