3 writes to helpService
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
709
helpService
= null;
1151
helpService
= null;
2027
helpService
= localHelpService;
8 references to helpService
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (8)
706
if (
helpService
!= null &&
helpService
is IDisposable)
707
((IDisposable)
helpService
).Dispose();
1148
if (
helpService
!= null &&
helpService
is IDisposable)
1149
((IDisposable)
helpService
).Dispose();
2022
if (
helpService
== null && ServiceProvider != null) {
2031
return
helpService
;