2 writes to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11637
_boolFieldStore
|= field;
11641
_boolFieldStore
&= (~field);
2 references to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11630
return (
_boolFieldStore
& field) != 0;
12971
s._boolFieldStore =
_boolFieldStore
;