5 writes to DesignerBaseTypeName
System.ComponentModel.Primitives (5)
System\ComponentModel\DesignerAttribute.cs (5)
25
DesignerBaseTypeName
= "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
37
DesignerBaseTypeName
= "System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
49
DesignerBaseTypeName
= designerBaseTypeName;
62
DesignerBaseTypeName
= designerBaseType.AssemblyQualifiedName!;
75
DesignerBaseTypeName
= designerBaseType.AssemblyQualifiedName!;
8 references to DesignerBaseTypeName
System.ComponentModel.Primitives (4)
System\ComponentModel\DesignerAttribute.cs (4)
102
string baseType =
DesignerBaseTypeName
?? string.Empty;
122
&& other.
DesignerBaseTypeName
==
DesignerBaseTypeName
126
public override int GetHashCode() => HashCode.Combine(
DesignerBaseTypeName
, DesignerTypeName);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
2551
Type? type2 = Type.GetType(designerAttribute.
DesignerBaseTypeName
);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
163
Type? attributeBaseType = Type.GetType(designerAttribute.
DesignerBaseTypeName
);
System\Windows\Forms\Design\ComponentTray.cs (1)
778
Type attributeBaseType = Type.GetType(da.
DesignerBaseTypeName
);
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
211
Type? daType = Type.GetType(attribute.
DesignerBaseTypeName
);