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