7 references to IsDescendant
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (5)
1479if (pathControl == null || pathControl.IsDescendant(activeControl)) { 1577!pathControl.IsDescendant(activeControl)); 1665while (commonAncestor != null && !commonAncestor.IsDescendant(unvalidatedControl)) { 1789if (!ancestorControl.IsDescendant(unvalidatedControl)) 1824ancestorControl.IsDescendant(currentValidatingControl))
winforms\Managed\System\WinForms\Control.cs (1)
6498if (ctl != null && !IsDescendant(ctl)) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
911if (IsDescendant(activeControl)