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