12 references to GetParent
PresentationFramework (12)
System\Windows\Controls\ItemsControl.cs (1)
1839startingElement = KeyboardNavigation.GetParent(startingElement) as DependencyObject;
System\Windows\Controls\TreeViewItem.cs (1)
720predict = KeyboardNavigation.GetParent(predict);
System\Windows\Input\KeyboardNavigation.cs (10)
1445DependencyObject parent = GetParent(e); 1503DependencyObject parent = GetParent(e); 1806parent = GetParent(parent); 1839return GetParent(e); 1877e = GetParent(e); 1890e = GetParent(e); 2138if (!goDownOnly && currentTabbingType != KeyboardNavigationMode.Contained && GetParent(container) != null) 2341if (!goDownOnly && GetParent(container) != null) 2615return FocusManager.GetIsFocusScope(e) || GetParent(e) == null; 2639targetElement = GetParent(targetElement);