3 references to stateVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
34
private static readonly int stateDisposing = BitVector32.CreateMask(
stateVisible
);
73
this.state[
stateVisible
] = visible;
249
return state[
stateVisible
];