Base:
method
InvalidateAutomationAncestorsCore
System.Windows.UIElement.InvalidateAutomationAncestorsCore(System.Collections.Generic.Stack<System.Windows.DependencyObject>, out System.Boolean)
3 overrides of InvalidateAutomationAncestorsCore
PresentationFramework (3)
System\Windows\Controls\FlowDocumentReader.cs (1)
876internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
809internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
System\Windows\Controls\SinglePageViewer.cs (1)
796internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
2 references to InvalidateAutomationAncestorsCore
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
823continueInvalidation &= base.InvalidateAutomationAncestorsCore(branchNodeStack, out continuePastCoreTree);
System\Windows\Controls\SinglePageViewer.cs (1)
810continueInvalidation &= base.InvalidateAutomationAncestorsCore(branchNodeStack, out continuePastCoreTree);