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