2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
188fceParent.IsLogicalChildrenIterationInProgress = true; 210fceParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
332if (fce != null && fce.IsLogicalChildrenIterationInProgress)
System\Windows\Generated\FrameworkContentElement.cs (2)
190if (IsLogicalChildrenIterationInProgress) 238if (IsLogicalChildrenIterationInProgress)