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