4 references to boundControls
System.Windows.Forms (4)
winforms\Managed\System\WinForms\HelpProvider.cs (4)
344if (GetShowHelp(ctl) && !boundControls.ContainsKey(ctl)) { 347boundControls[ctl] = ctl; 349else if (!GetShowHelp(ctl) && boundControls.ContainsKey(ctl)) { 352boundControls.Remove(ctl);