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