2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
194fceParent.IsLogicalChildrenIterationInProgress = true; 216fceParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
343if (fce != null && fce.IsLogicalChildrenIterationInProgress)
System\Windows\Generated\FrameworkContentElement.cs (2)
196if (IsLogicalChildrenIterationInProgress) 244if (IsLogicalChildrenIterationInProgress)