4 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (4)
192feParent.IsLogicalChildrenIterationInProgress = true; 214feParent.IsLogicalChildrenIterationInProgress = false; 248feParent.IsLogicalChildrenIterationInProgress = true; 289feParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
335if (fe.IsLogicalChildrenIterationInProgress)
System\Windows\Generated\FrameworkElement.cs (2)
196if (IsLogicalChildrenIterationInProgress) 244if (IsLogicalChildrenIterationInProgress)