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