3 writes to host
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
45this.host = host; 150host = value; 243host = null;
3 references to host
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
147return host; 258if (host != null) { 259service = host.GetService(serviceType);