Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
6 references to Count
PresentationCore (6)
Core\CSharp\System\Windows\Media3D\ContainerUIElement3D.cs (1)
81
get { return _children.
Count
; }
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
89
get { return _children.
Count
; }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
472
return Children.
Count
;
493
if (_children.
Count
!= 0)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (2)
655
int count = _list.
Count
;
704
if ((_index < 0) || (_index >= _list.
Count
))