3 writes to HasLogicalChildren
PresentationFramework (3)
System\Windows\Generated\FrameworkElement.cs (3)
203
HasLogicalChildren
= true;
256
HasLogicalChildren
= false;
261
HasLogicalChildren
= children.MoveNext();
6 references to HasLogicalChildren
PresentationFramework (6)
System\Windows\Controls\FlowDocumentReader.cs (1)
855
if (
HasLogicalChildren
&& Document != null)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
772
if (
HasLogicalChildren
&& Document != null)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
664
if (this.
HasLogicalChildren
&& _document != null)
System\Windows\DescendentsWalker.cs (1)
79
bool hasLogicalChildren = fe.
HasLogicalChildren
;
System\Windows\FrameworkElement.cs (1)
2840
if(_parent != null ||
HasLogicalChildren
)
System\Windows\TreeWalkHelper.cs (1)
1272
return ( (fe != null && (fe.
HasLogicalChildren
||