Base:
property
VisualChildrenCount
System.Windows.FrameworkElement.VisualChildrenCount
1 override of VisualChildrenCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
407protected override int VisualChildrenCount
4 references to VisualChildrenCount
PresentationFramework (4)
src\Framework\System\Windows\Controls\Grid.cs (3)
140bool noChildren = (base.VisualChildrenCount == 0) || IsItemsHost; 386if(index == base.VisualChildrenCount) 410get { return base.VisualChildrenCount + (_gridLinesRenderer != null ? 1 : 0); }
src\Framework\System\Windows\Controls\Panel.cs (1)
159if ((this.VisualChildrenCount == 0) || IsItemsHost)