6 references to TextLabel
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
298char mnemonic = WindowsFormsUtils.GetMnemonic(TextLabel, false); 318return WindowsFormsUtils.TextWithoutMnemonics(TextLabel);
System\Windows\Forms\Controls\Buttons\ButtonBase.ButtonBaseAccessibleObject.cs (2)
64return owner.UseMnemonic ? WindowsFormsUtils.TextWithoutMnemonics(TextLabel) : TextLabel;
System\Windows\Forms\Controls\Labels\Label.LabelAccessibleObject.cs (2)
34return owner.UseMnemonic ? WindowsFormsUtils.TextWithoutMnemonics(TextLabel) : TextLabel;