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