4 references to InvalidateAutomationIntermediateElements
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
836
continueInvalidation = FrameworkElement.
InvalidateAutomationIntermediateElements
(LogicalTreeHelper.GetParent(document), LogicalTreeHelper.GetParent(branchNode));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
815
continueInvalidation = FrameworkElement.
InvalidateAutomationIntermediateElements
(LogicalTreeHelper.GetParent(document), LogicalTreeHelper.GetParent(branchNode));
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1426
continueInvalidation = FrameworkElement.
InvalidateAutomationIntermediateElements
(this, LogicalTreeHelper.GetParent(branchNode));
src\Framework\System\Windows\FrameworkElement.cs (1)
3126
continueInvalidation = FrameworkElement.
InvalidateAutomationIntermediateElements
(this, LogicalTreeHelper.GetParent(branchNode));