2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
194
fceParent.
IsLogicalChildrenIterationInProgress
= true;
216
fceParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
343
if (fce != null && fce.
IsLogicalChildrenIterationInProgress
)
System\Windows\Generated\FrameworkContentElement.cs (2)
196
if (
IsLogicalChildrenIterationInProgress
)
244
if (
IsLogicalChildrenIterationInProgress
)