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