3 references to IsFocusManagingContainerControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
6550
while (c != null && (!
IsFocusManagingContainerControl
(c))) {
6876
if (ctlControls != null && ctlControls.Count > 0 && (ctl == this || !
IsFocusManagingContainerControl
(ctl))) {
7021
while (ctlControls != null && ctlControls.Count > 0 && (ctl == this || !
IsFocusManagingContainerControl
(ctl))) {