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)
456
if (
_inheritanceUI
is not null)
458
_inheritanceUI
.Dispose();
734
host.AddService(
_inheritanceUI
);