4 references to Show
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
828textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this);
winforms\Managed\System\WinForms\DataGridViewToolTip.cs (1)
70this.toolTip.Show(this.dataGridView.ToolTipPrivate, this.dataGridView);
winforms\Managed\System\WinForms\Label.cs (1)
1404textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
727toolTipFromUrl.Show(linkLblFromUrl.Text, linkLblFromUrl);