2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
893
_inheritanceUI
= null;
1671
_inheritanceUI
??= new InheritanceUI();
4 references to _inheritanceUI
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (4)
892
_inheritanceUI
?.Dispose();
1505
if (attr.InheritanceLevel != InheritanceLevel.NotInherited &&
_inheritanceUI
is not null)
1507
_inheritanceUI
.RemoveInheritedControl(c);
1673
return
_inheritanceUI
;