2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (2)
895
_inheritanceUI
= null;
1677
_inheritanceUI
??= new InheritanceUI();
5 references to _inheritanceUI
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentTray.cs (5)
892
if (
_inheritanceUI
is not null)
894
_inheritanceUI
.Dispose();
1511
if (attr.InheritanceLevel != InheritanceLevel.NotInherited &&
_inheritanceUI
is not null)
1513
_inheritanceUI
.RemoveInheritedControl(c);
1679
return
_inheritanceUI
;