2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
884
_inheritanceUI
= null;
1662
_inheritanceUI
??= new InheritanceUI();
4 references to _inheritanceUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
883
_inheritanceUI
?.Dispose();
1496
if (attr.InheritanceLevel != InheritanceLevel.NotInherited &&
_inheritanceUI
is not null)
1498
_inheritanceUI
.RemoveInheritedControl(c);
1664
return
_inheritanceUI
;