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(); 1505if (attr.InheritanceLevel != InheritanceLevel.NotInherited && _inheritanceUI is not null) 1507_inheritanceUI.RemoveInheritedControl(c); 1673return _inheritanceUI;