2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
src\Framework\System\Windows\DescendentsWalker.cs (2)
197
fceParent.
IsLogicalChildrenIterationInProgress
= true;
219
fceParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
351
if (fce != null && fce.
IsLogicalChildrenIterationInProgress
)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (2)
200
if (
IsLogicalChildrenIterationInProgress
)
248
if (
IsLogicalChildrenIterationInProgress
)