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