18 references to InternalVisualChildrenCount
PresentationCore (7)
MS\Internal\Automation\ElementUtil.cs (3)
65return FindVisibleSibling ( el, el.InternalVisualChildrenCount - 1, false ); 252int childrenCount = parent.InternalVisualChildrenCount; 279int childrenCount = parent.InternalVisualChildrenCount;
System\Windows\LayoutManager.cs (1)
92int cnt = v.InternalVisualChildrenCount;
System\Windows\Media\Visual.cs (1)
4964int count = InternalVisualChildrenCount;
System\Windows\UIElement.cs (2)
465int count = v.InternalVisualChildrenCount; 524int count = v.InternalVisualChildrenCount;
PresentationFramework (11)
MS\Internal\AppModel\NavigationHelper.cs (1)
28if (cp == null || cp.InternalVisualChildrenCount == 0/*Layout not done yet*/)
MS\Internal\Data\ObjectRef.cs (2)
523int count = (v2 != null) ? v2.InternalVisualChildrenCount : 0; 589int count = parent.InternalVisualChildrenCount;
MS\Internal\Documents\ContentHostHelper.cs (1)
160int count = root.InternalVisualChildrenCount;
MS\Internal\Documents\TextContainerHelper.cs (1)
731int count = parent.InternalVisualChildrenCount;
System\Windows\Automation\Peers\GridViewAutomationPeer.cs (1)
285int count = parent.InternalVisualChildrenCount;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
164int count = parent.InternalVisualChildrenCount;
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
110int count = parent.InternalVisualChildrenCount;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
903int count = root.InternalVisualChildrenCount; 952int count = root.InternalVisualChildrenCount;
System\Windows\DescendentsWalker.cs (1)
309int count = feParent.InternalVisualChildrenCount;