3 references to s_stateVisible
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (3)
25
private static readonly int s_stateDisposing = BitVector32.CreateMask(
s_stateVisible
);
53
_state[
s_stateVisible
] = visible;
242
return _state[
s_stateVisible
];