2 references to GetComponentDesignerForType
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
117
ComponentDesigner newColumnDesigner = DataGridViewAddColumnDialog.
GetComponentDesignerForType
(tr, newType)!;
877
ComponentDesigner columnDesigner = DataGridViewAddColumnDialog.
GetComponentDesignerForType
(tr, _columnsPrivateCopy[i].GetType())!;