3 overrides of InvalidateAutomationAncestorsCore
PresentationFramework (3)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
894internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
826internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
805internal override bool InvalidateAutomationAncestorsCore(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
2 references to InvalidateAutomationAncestorsCore
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
840continueInvalidation &= base.InvalidateAutomationAncestorsCore(branchNodeStack, out continuePastCoreTree);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
819continueInvalidation &= base.InvalidateAutomationAncestorsCore(branchNodeStack, out continuePastCoreTree);