7 instantiations of Int32Collection
PresentationCore (3)
System\Windows\Media\Generated\Int32Collection.cs (3)
415
Int32Collection collection = new
Int32Collection
();
507
return new
Int32Collection
();
702
Int32Collection resource = new
Int32Collection
();
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1441
System.Windows.Media.Int32Collection ints = new System.Windows.Media.
Int32Collection
(capacity);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6193
DefaultConstructor = delegate () { return new System.Windows.Media.
Int32Collection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1333
case KnownElements.Int32Collection: o = new System.Windows.Media.
Int32Collection
(); break;
System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
279
theCollection = new
Int32Collection
( count );
49 references to Int32Collection
PresentationCore (40)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
262
Int32Collection
triIndices = _geometry.TriangleIndices;
System\Windows\Media\Converters\Generated\Int32CollectionValueSerializer.cs (3)
36
if (!(value is
Int32Collection
))
51
return
Int32Collection
.Parse(value );
64
if (value is
Int32Collection
instance)
System\Windows\Media\Generated\Int32Collection.cs (19)
39
public new
Int32Collection
Clone()
41
return (
Int32Collection
)base.Clone();
48
public new
Int32Collection
CloneCurrentValue()
50
return (
Int32Collection
)base.CloneCurrentValue();
409
internal static
Int32Collection
Empty
415
Int32Collection
collection = new Int32Collection();
484
private static
Int32Collection
s_empty;
514
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
532
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
550
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
568
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
697
public static
Int32Collection
Parse(string source)
702
Int32Collection
resource = new Int32Collection();
755
internal Enumerator(
Int32Collection
list)
865
private
Int32Collection
_list;
System\Windows\Media\Generated\Int32CollectionConverter.cs (4)
82
return
Int32Collection
.Parse(source);
104
if (destinationType != null && value is
Int32Collection
)
106
Int32Collection
instance = (
Int32Collection
)value;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
181
private
Int32Collection
_triIndices;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
137
public
Int32Collection
TriangleIndices
141
return (
Int32Collection
) GetValue(TriangleIndicesProperty);
193
Int32Collection
vTriangleIndices = TriangleIndices;
378
internal static
Int32Collection
s_TriangleIndices =
Int32Collection
.Empty;
446
typeof(
Int32Collection
),
448
new FreezableDefaultValueFactory(
Int32Collection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
180
Int32Collection
indices = TriangleIndices;
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
43
Int32Collection
triIndices)
628
internal
Int32Collection
InternalTriangleIndicesCache
642
_triangleIndicesCache = (
Int32Collection
)_triangleIndicesCache.GetCurrentValueAsFrozen();
930
private
Int32Collection
_triangleIndicesCache = null;
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
407
case 313: t = () => typeof(
Int32Collection
); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
1430
private System.Windows.Media.
Int32Collection
GetInt32Collection()
1441
System.Windows.Media.
Int32Collection
ints = new System.Windows.Media.Int32Collection(capacity);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6190
typeof(System.Windows.Media.
Int32Collection
),
System\Windows\Markup\KnownTypes.cs (1)
5861
case KnownElements.Int32Collection: t = typeof(System.Windows.Media.
Int32Collection
); break;
System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
86
Int32Collection
ints =
Int32Collection
.Parse( stringValue );
264
private static
Int32Collection
DeserializeFrom( BinaryReader reader )
266
Int32Collection
theCollection;