4 references to AssemblyRef
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1333
EditorAttribute editorAttr = new($"System.Windows.Forms.Design.DataGridViewColumnTypeEditor, {
AssemblyRef
.SystemDesign}", typeof(Drawing.Design.UITypeEditor));
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
833
[Editor($"System.Windows.Forms.Design.DataSourceListEditor, {
AssemblyRef
.SystemDesign}", typeof(UITypeEditor))]
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (1)
222
Type? type = Type.GetType($"EnvDTE.ProjectItem, {
AssemblyRef
.EnvDTE}");
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
15
[Editor($"System.Windows.Forms.Design.ImageCollectionEditor, {
AssemblyRef
.SystemDesign}", typeof(UITypeEditor))]