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