6 references to TextWithoutMnemonics
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
828
textToolTip.Show(WindowsFormsUtils.
TextWithoutMnemonics
(Text), this);
winforms\Managed\System\WinForms\Control.cs (1)
19712
return WindowsFormsUtils.
TextWithoutMnemonics
(TextLabel);
winforms\Managed\System\WinForms\Label.cs (1)
1404
textToolTip.Show(WindowsFormsUtils.
TextWithoutMnemonics
(Text), this);
winforms\Managed\System\WinForms\LinkLabel.cs (2)
2772
name = WindowsFormsUtils.
TextWithoutMnemonics
(name);
2780
name = WindowsFormsUtils.
TextWithoutMnemonics
(name);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4209
return WindowsFormsUtils.
TextWithoutMnemonics
(ownerItem.Text);