2 writes to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11660
_boolFieldStore
|= field;
11664
_boolFieldStore
&= (~field);
2 references to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11653
return (
_boolFieldStore
& field) != 0;
12999
s._boolFieldStore =
_boolFieldStore
;