4 writes to IsLogicalChildrenIterationInProgress
PresentationFramework (4)
System\Windows\DescendentsWalker.cs (4)
187
feParent.
IsLogicalChildrenIterationInProgress
= true;
209
feParent.
IsLogicalChildrenIterationInProgress
= false;
243
feParent.
IsLogicalChildrenIterationInProgress
= true;
284
feParent.
IsLogicalChildrenIterationInProgress
= false;
3 references to IsLogicalChildrenIterationInProgress
PresentationFramework (3)
System\Windows\Documents\RangeContentEnumerator.cs (1)
331
if (fe.
IsLogicalChildrenIterationInProgress
)
System\Windows\Generated\FrameworkElement.cs (2)
190
if (
IsLogicalChildrenIterationInProgress
)
238
if (
IsLogicalChildrenIterationInProgress
)