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