4 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (4)
187feParent.IsLogicalChildrenIterationInProgress = true; 209feParent.IsLogicalChildrenIterationInProgress = false; 243feParent.IsLogicalChildrenIterationInProgress = true; 284feParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
331if (fe.IsLogicalChildrenIterationInProgress)
System\Windows\Generated\FrameworkElement.cs (2)
190if (IsLogicalChildrenIterationInProgress) 238if (IsLogicalChildrenIterationInProgress)