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