Implemented interface members:
8 references to Count
PresentationCore (8)
System\Windows\Media3D\ContainerUIElement3D.cs (1)
77
get { return _children.
Count
; }
System\Windows\Media3D\ModelVisual3D.cs (1)
85
get { return _children.
Count
; }
System\Windows\Media3D\Viewport3DVisual.cs (2)
468
return Children.
Count
;
489
if (_children.
Count
!= 0)
System\Windows\Media3D\Visual3DCollection.cs (4)
153
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
Count
);
169
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
Count
);
637
int count = _list.
Count
;
686
if ((_index < 0) || (_index >= _list.
Count
))