Base:
method
GetVisualChild
System.Windows.FrameworkElement.GetVisualChild(System.Int32)
2 references to GetVisualChild
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
604
((UIElement)
GetVisualChild
(0)).Measure(constraint);
679
((UIElement)
GetVisualChild
(0)).Arrange(new Rect(new Point(), finalSize));