4 references to FindVisibleSibling
PresentationCore (4)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (4)
75
return
FindVisibleSibling
( el, 0, true );
85
return
FindVisibleSibling
( el, el.InternalVisualChildrenCount - 1, false );
328
return
FindVisibleSibling
(parent, childIndex+1, searchForwards); // (FindVisibleSibling can deal with out of range indices).
330
return
FindVisibleSibling
(parent, childIndex-1, searchForwards); // (FindVisibleSibling can deal with out of range indices).