2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
src\Framework\System\Windows\DescendentsWalker.cs (2)
197fceParent.IsLogicalChildrenIterationInProgress = true; 219fceParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
351if (fce != null && fce.IsLogicalChildrenIterationInProgress)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
200if (IsLogicalChildrenIterationInProgress) 248if (IsLogicalChildrenIterationInProgress)