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