2 writes to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11638
_boolFieldStore
|= field;
11642
_boolFieldStore
&= (~field);
2 references to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11631
return (
_boolFieldStore
& field) != 0;
12972
s._boolFieldStore =
_boolFieldStore
;