2 references to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\Documents\RangeContentEnumerator.cs (2)
98
if (_generation != _start.TextContainer.Generation && !
IsLogicalChildrenIterationInProgress
)
161
if (_start != null && _generation != _start.TextContainer.Generation && !
IsLogicalChildrenIterationInProgress
)