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