4 references to StateUseMnemonic
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Label.cs (4)
51
private static readonly BitVector32.Section StateAutoSize = BitVector32.CreateSection(1,
StateUseMnemonic
);
114
labelState[
StateUseMnemonic
] = 1;
987
return labelState[
StateUseMnemonic
] != 0;
993
labelState[
StateUseMnemonic
] = value ? 1 : 0;