3 writes to _host
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
36
_host
= host;
117
set =>
_host
= value;
200
_host
= null;
2 references to _host
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
116
get =>
_host
;
213
=>
_host
?.GetService(serviceType) ?? _baseProvider?.GetService(serviceType);