2 references to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (2)
106
if (_generation != _start.TextContainer.Generation && !
IsLogicalChildrenIterationInProgress
)
169
if (_start != null && _generation != _start.TextContainer.Generation && !
IsLogicalChildrenIterationInProgress
)