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