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