3 writes to _inheritanceAttribute
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ComponentDesigner.cs (3)
99_inheritanceAttribute = inheritanceService.GetInheritanceAttribute(Component); 103_inheritanceAttribute = InheritanceAttribute.Default; 605_inheritanceAttribute = attributes[typeof(InheritanceAttribute)] as InheritanceAttribute;
2 references to _inheritanceAttribute
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.cs (2)
94if (_inheritanceAttribute is null) 107return _inheritanceAttribute;