5 references to stateSizingGrip
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusStrip.cs (5)
35
private static readonly int stateCalledSpringTableLayout = BitVector32.CreateMask(
stateSizingGrip
);
52
state[
stateSizingGrip
] = true;
210
return state[
stateSizingGrip
];
213
if (value != state[
stateSizingGrip
]) {
214
state[
stateSizingGrip
] = value;