7 instantiations of Int32Collection
PresentationCore (3)
System\Windows\Media\Generated\Int32Collection.cs (3)
427
Int32Collection collection = new
Int32Collection
();
519
return new
Int32Collection
();
718
Int32Collection resource = new
Int32Collection
();
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1442
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)
256
Int32Collection
triIndices = _geometry.TriangleIndices;
System\Windows\Media\Converters\Generated\Int32CollectionValueSerializer.cs (3)
48
if (!(value is
Int32Collection
))
63
return
Int32Collection
.Parse(value );
76
if (value is
Int32Collection
instance)
System\Windows\Media\Generated\Int32Collection.cs (19)
47
public new
Int32Collection
Clone()
49
return (
Int32Collection
)base.Clone();
56
public new
Int32Collection
CloneCurrentValue()
58
return (
Int32Collection
)base.CloneCurrentValue();
421
internal static
Int32Collection
Empty
427
Int32Collection
collection = new Int32Collection();
496
private static
Int32Collection
s_empty;
526
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
545
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
564
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
583
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
713
public static
Int32Collection
Parse(string source)
718
Int32Collection
resource = new Int32Collection();
771
internal Enumerator(
Int32Collection
list)
882
private
Int32Collection
_list;
System\Windows\Media\Generated\Int32CollectionConverter.cs (4)
92
return
Int32Collection
.Parse(source);
114
if (destinationType != null && value is
Int32Collection
)
116
Int32Collection
instance = (
Int32Collection
)value;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
181
private
Int32Collection
_triIndices;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
163
public
Int32Collection
TriangleIndices
167
return (
Int32Collection
) GetValue(TriangleIndicesProperty);
219
Int32Collection
vTriangleIndices = TriangleIndices;
413
internal static
Int32Collection
s_TriangleIndices =
Int32Collection
.Empty;
480
typeof(
Int32Collection
),
482
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)
1431
private System.Windows.Media.
Int32Collection
GetInt32Collection()
1442
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;