4 writes to markedBits
System.Web (4)
UI\WebControls\Style.cs (4)
689
markedBits
= (int)o;
793
markedBits
= 0;
826
markedBits
|= bit;
832
markedBits
= setBits;
3 references to markedBits
System.Web (3)
UI\WebControls\Style.cs (3)
694
setBits |=
markedBits
;
806
if (
markedBits
!= 0) {
810
ViewState[SetBitsKey] =
markedBits
;