2 writes to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11665
_boolFieldStore
|= field;
11669
_boolFieldStore
&= (~field);
2 references to _boolFieldStore
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
11658
return (
_boolFieldStore
& field) != 0;
13004
s._boolFieldStore =
_boolFieldStore
;