3 overrides of InvalidateAutomationAncestorsCore
PresentationFramework (3)
System\Windows\Controls\FlowDocumentReader.cs (1)
888
internal override bool
InvalidateAutomationAncestorsCore
(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
820
internal override bool
InvalidateAutomationAncestorsCore
(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
System\Windows\Controls\SinglePageViewer.cs (1)
798
internal override bool
InvalidateAutomationAncestorsCore
(Stack<DependencyObject> branchNodeStack, out bool continuePastCoreTree)
2 references to InvalidateAutomationAncestorsCore
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
834
continueInvalidation &= base.
InvalidateAutomationAncestorsCore
(branchNodeStack, out continuePastCoreTree);
System\Windows\Controls\SinglePageViewer.cs (1)
812
continueInvalidation &= base.
InvalidateAutomationAncestorsCore
(branchNodeStack, out continuePastCoreTree);