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