Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
7 references to Count
PresentationCore (6)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
310if (triIndices == null || triIndices.Count == 0) 351int count = triIndices.Count;
Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs (1)
250int TriangleIndicesCount = (vTriangleIndices == null) ? 0 : vTriangleIndices.Count;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
214if (indices == null || indices.Count == 0)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
77if (triIndices == null || triIndices.Count == 0) 116for (int i = 2, count=triIndices.Count; i < count; i += 3)
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
102count = ints.Count ;