2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
188
fceParent.
IsLogicalChildrenIterationInProgress
= true;
210
fceParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
332
if (fce != null && fce.
IsLogicalChildrenIterationInProgress
)
System\Windows\Generated\FrameworkContentElement.cs (2)
190
if (
IsLogicalChildrenIterationInProgress
)
238
if (
IsLogicalChildrenIterationInProgress
)