1 write to _inheritanceAttribute
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
1949_inheritanceAttribute = (InheritanceAttribute)TypeDescriptor.GetAttributes(component)[typeof(InheritanceAttribute)];
2 references to _inheritanceAttribute
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
1968get => _inheritanceAttribute; 2320if (!InheritanceAttribute.NotInherited.Equals(_inheritanceAttribute))