Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
68
get { return _children.
Count
; }
System\Windows\Media3D\ModelVisual3D.cs (1)
69
get { return _children.
Count
; }
System\Windows\Media3D\Viewport3DVisual.cs (2)
457
return Children.
Count
;
478
if (_children.
Count
!= 0)
System\Windows\Media3D\Visual3DCollection.cs (4)
142
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
Count
);
158
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
Count
);
626
int count = _list.
Count
;
675
if ((_index < 0) || (_index >= _list.
Count
))