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)
1968
get =>
_inheritanceAttribute
;
2320
if (!InheritanceAttribute.NotInherited.Equals(
_inheritanceAttribute
))