5 references to GetComponentName
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
270return WindowsFormsUtils.GetComponentName(this,name);
winforms\Managed\System\WinForms\Menu.cs (1)
148return WindowsFormsUtils.GetComponentName(this, name);
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
288return WindowsFormsUtils.GetComponentName(this, name);
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
241return WindowsFormsUtils.GetComponentName(this, name);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1711return WindowsFormsUtils.GetComponentName(this, (string)Properties.GetObject(ToolStripItem.PropName));