2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
447_inheritanceUI = null; 721_inheritanceUI = new InheritanceUI();
3 references to _inheritanceUI
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
444if (_inheritanceUI is not null) 446_inheritanceUI.Dispose(); 722host.AddService(_inheritanceUI);