2 writes to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
427
_inheritanceUI
= null;
694
_inheritanceUI
= new InheritanceUI();
2 references to _inheritanceUI
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
426
_inheritanceUI
?.Dispose();
695
host.AddService(
_inheritanceUI
);