Implemented interface members:
7 references to Count
PresentationCore (6)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
295if (triIndices == null || triIndices.Count == 0) 336int count = triIndices.Count;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (1)
199int TriangleIndicesCount = (vTriangleIndices == null) ? 0 : vTriangleIndices.Count;
System\Windows\Media3D\MeshGeometry3D.cs (1)
205if (indices == null || indices.Count == 0)
System\Windows\Media3D\Viewport2DVisual3D.cs (2)
51if (triIndices == null || triIndices.Count == 0) 90for (int i = 2, count=triIndices.Count; i < count; i += 3)
PresentationFramework (1)
System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
90count = ints.Count ;