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)
444
if (
_inheritanceUI
is not null)
446
_inheritanceUI
.Dispose();
722
host.AddService(
_inheritanceUI
);