3 references to _boundControls
System.Windows.Forms (3)
System\Windows\Forms\Help\HelpProvider.cs (3)
252
bool isBound =
_boundControls
.Contains(ctl);
257
_boundControls
.Add(ctl);
263
_boundControls
.Remove(ctl);