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)
310
if (triIndices == null || triIndices.
Count
== 0)
351
int count = triIndices.
Count
;
Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs (1)
250
int TriangleIndicesCount = (vTriangleIndices == null) ? 0 : vTriangleIndices.
Count
;
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (1)
214
if (indices == null || indices.
Count
== 0)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
77
if (triIndices == null || triIndices.
Count
== 0)
116
for (int i = 2, count=triIndices.
Count
; i < count; i += 3)
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
102
count = ints.
Count
;