3 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())!;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialogTests.cs (1)
56
using ComponentDesigner? result = DataGridViewAddColumnDialog.
GetComponentDesignerForType
(typeResolutionService, type);