1 override of InvalidateAutomationAncestorsCore
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3051internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
1 reference to InvalidateAutomationAncestorsCore
PresentationCore (1)
MS\Internal\UIElementHelper.cs (1)
154continueInvalidation &= e.InvalidateAutomationAncestorsCore(branchNodeStack, out continuePastVisualTree);