3 writes to HasLogicalChildren
PresentationFramework (3)
src\Framework\System\Windows\Generated\FrameworkElement.cs (3)
213HasLogicalChildren = true; 266HasLogicalChildren = false; 271HasLogicalChildren = children.MoveNext();
6 references to HasLogicalChildren
PresentationFramework (6)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
866if (HasLogicalChildren && Document != null)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
781if (HasLogicalChildren && Document != null)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
681if (this.HasLogicalChildren && _document != null)
src\Framework\System\Windows\DescendentsWalker.cs (1)
81bool hasLogicalChildren = fe.HasLogicalChildren;
src\Framework\System\Windows\FrameworkElement.cs (1)
2849if(_parent != null || HasLogicalChildren)
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1271return ( (fe != null && (fe.HasLogicalChildren ||