2 writes to _boolFieldStore
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11527_boolFieldStore |= field; 11531_boolFieldStore &= (~field);
2 references to _boolFieldStore
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
11520return (_boolFieldStore & field) != 0; 12838s._boolFieldStore = _boolFieldStore;