12 references to GetParent
PresentationFramework (12)
System\Windows\Controls\ItemsControl.cs (1)
1879startingElement = KeyboardNavigation.GetParent(startingElement) as DependencyObject;
System\Windows\Controls\TreeViewItem.cs (1)
733predict = KeyboardNavigation.GetParent(predict);
System\Windows\Input\KeyboardNavigation.cs (10)
1457DependencyObject parent = GetParent(e); 1515DependencyObject parent = GetParent(e); 1818parent = GetParent(parent); 1851return GetParent(e); 1889e = GetParent(e); 1902e = GetParent(e); 2150if (!goDownOnly && currentTabbingType != KeyboardNavigationMode.Contained && GetParent(container) != null) 2353if (!goDownOnly && GetParent(container) != null) 2627return FocusManager.GetIsFocusScope(e) || GetParent(e) == null; 2651targetElement = GetParent(targetElement);