2 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (2)
System\Windows\DescendentsWalker.cs (2)
189
fceParent.
IsLogicalChildrenIterationInProgress
= true;
211
fceParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
333
if (fce != null && fce.
IsLogicalChildrenIterationInProgress
)
System\Windows\Generated\FrameworkContentElement.cs (2)
191
if (
IsLogicalChildrenIterationInProgress
)
239
if (
IsLogicalChildrenIterationInProgress
)