3 references to IsFocusManagingContainerControl
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
5205
while (c is not null && !
IsFocusManagingContainerControl
(c))
5480
if (ChildControls is { } children && children.Count > 0 && (ctl == this || !
IsFocusManagingContainerControl
(ctl)))
5635
while (children is not null && children.Count > 0 && (ctl == this || !
IsFocusManagingContainerControl
(ctl)))