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