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