4 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (4)
src\Framework\System\Windows\DescendentsWalker.cs (4)
195feParent.IsLogicalChildrenIterationInProgress = true; 217feParent.IsLogicalChildrenIterationInProgress = false; 251feParent.IsLogicalChildrenIterationInProgress = true; 292feParent.IsLogicalChildrenIterationInProgress = false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
343if (fe.IsLogicalChildrenIterationInProgress)
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
200if (IsLogicalChildrenIterationInProgress) 248if (IsLogicalChildrenIterationInProgress)