2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
459_inheritanceUI = null; 733_inheritanceUI = new InheritanceUI();
3 references to _inheritanceUI
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DocumentDesigner.cs (3)
456if (_inheritanceUI is not null) 458_inheritanceUI.Dispose(); 734host.AddService(_inheritanceUI);