4 references to FindVisibleSibling
PresentationCore (4)
MS\Internal\Automation\ElementUtil.cs (4)
71
return
FindVisibleSibling
( el, 0, true );
81
return
FindVisibleSibling
( el, el.InternalVisualChildrenCount - 1, false );
311
return
FindVisibleSibling
(parent, childIndex+1, searchForwards); // (FindVisibleSibling can deal with out of range indices).
313
return
FindVisibleSibling
(parent, childIndex-1, searchForwards); // (FindVisibleSibling can deal with out of range indices).