3 references to GetShowHelp
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HelpProvider.cs (3)
188bool show = GetShowHelp(ctl); 344if (GetShowHelp(ctl) && !boundControls.ContainsKey(ctl)) { 349else if (!GetShowHelp(ctl) && boundControls.ContainsKey(ctl)) {