12 references to GetParent
PresentationFramework (12)
System\Windows\Controls\ItemsControl.cs (1)
1870startingElement = KeyboardNavigation.GetParent(startingElement) as DependencyObject;
System\Windows\Controls\TreeViewItem.cs (1)
729predict = KeyboardNavigation.GetParent(predict);
System\Windows\Input\KeyboardNavigation.cs (10)
1447DependencyObject parent = GetParent(e); 1505DependencyObject parent = GetParent(e); 1808parent = GetParent(parent); 1841return GetParent(e); 1879e = GetParent(e); 1892e = GetParent(e); 2140if (!goDownOnly && currentTabbingType != KeyboardNavigationMode.Contained && GetParent(container) != null) 2343if (!goDownOnly && GetParent(container) != null) 2617return FocusManager.GetIsFocusScope(e) || GetParent(e) == null; 2641targetElement = GetParent(targetElement);