2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
189fceParent.IsLogicalChildrenIterationInProgress = true; 211fceParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
333if (fce != null && fce.IsLogicalChildrenIterationInProgress)
System\Windows\Generated\FrameworkContentElement.cs (2)
191if (IsLogicalChildrenIterationInProgress) 239if (IsLogicalChildrenIterationInProgress)