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)
81get { return _children.Count; }
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
89get { return _children.Count; }
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
472return Children.Count; 493if (_children.Count != 0)
Core\CSharp\System\Windows\Media3D\Visual3DCollection.cs (2)
655int count = _list.Count; 704if ((_index < 0) || (_index >= _list.Count))