4 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (4)
186
feParent.
IsLogicalChildrenIterationInProgress
= true;
208
feParent.
IsLogicalChildrenIterationInProgress
= false;
242
feParent.
IsLogicalChildrenIterationInProgress
= true;
283
feParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
324
if (fe.
IsLogicalChildrenIterationInProgress
)
System\Windows\Generated\FrameworkElement.cs (2)
190
if (
IsLogicalChildrenIterationInProgress
)
238
if (
IsLogicalChildrenIterationInProgress
)