3 writes to HasLogicalChildren
PresentationFramework (3)
System\Windows\Generated\FrameworkElement.cs (3)
209
HasLogicalChildren
= true;
262
HasLogicalChildren
= false;
267
HasLogicalChildren
= children.MoveNext();
6 references to HasLogicalChildren
PresentationFramework (6)
System\Windows\Controls\FlowDocumentReader.cs (1)
860
if (
HasLogicalChildren
&& Document != null)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
775
if (
HasLogicalChildren
&& Document != null)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
669
if (this.
HasLogicalChildren
&& _document != null)
System\Windows\DescendentsWalker.cs (1)
84
bool hasLogicalChildren = fe.
HasLogicalChildren
;
System\Windows\FrameworkElement.cs (1)
2851
if(_parent != null ||
HasLogicalChildren
)
System\Windows\TreeWalkHelper.cs (1)
1276
return ( (fe != null && (fe.
HasLogicalChildren
||