2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
424
_inheritanceUI
= null;
691
_inheritanceUI
= new InheritanceUI();
2 references to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
423
_inheritanceUI
?.Dispose();
692
host.AddService(
_inheritanceUI
);