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)
94
if (
_inheritanceAttribute
is null)
107
return
_inheritanceAttribute
;