2 references to GetComponentName
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
274
return WindowsFormsUtils.
GetComponentName
(this, _name);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1386
get => WindowsFormsUtils.
GetComponentName
(this, Properties.GetValueOrDefault<string>(s_nameProperty));