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