7 instantiations of Int32Collection
PresentationCore (3)
System\Windows\Media\Generated\Int32Collection.cs (3)
426
Int32Collection collection = new
Int32Collection
();
518
return new
Int32Collection
();
717
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)
6192
DefaultConstructor = delegate () { return new System.Windows.Media.
Int32Collection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1332
case KnownElements.Int32Collection: o = new System.Windows.Media.
Int32Collection
(); break;
System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
278
theCollection = new
Int32Collection
( count );
49 references to Int32Collection
PresentationCore (40)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
255
Int32Collection
triIndices = _geometry.TriangleIndices;
System\Windows\Media\Converters\Generated\Int32CollectionValueSerializer.cs (3)
47
if (!(value is
Int32Collection
))
62
return
Int32Collection
.Parse(value );
75
if (value is
Int32Collection
instance)
System\Windows\Media\Generated\Int32Collection.cs (19)
46
public new
Int32Collection
Clone()
48
return (
Int32Collection
)base.Clone();
55
public new
Int32Collection
CloneCurrentValue()
57
return (
Int32Collection
)base.CloneCurrentValue();
420
internal static
Int32Collection
Empty
426
Int32Collection
collection = new Int32Collection();
495
private static
Int32Collection
s_empty;
525
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
544
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
563
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
582
Int32Collection
sourceInt32Collection = (
Int32Collection
) source;
712
public static
Int32Collection
Parse(string source)
717
Int32Collection
resource = new Int32Collection();
770
internal Enumerator(
Int32Collection
list)
881
private
Int32Collection
_list;
System\Windows\Media\Generated\Int32CollectionConverter.cs (4)
91
return
Int32Collection
.Parse(source);
113
if (destinationType != null && value is
Int32Collection
)
115
Int32Collection
instance = (
Int32Collection
)value;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
180
private
Int32Collection
_triIndices;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
160
public
Int32Collection
TriangleIndices
164
return (
Int32Collection
) GetValue(TriangleIndicesProperty);
216
Int32Collection
vTriangleIndices = TriangleIndices;
410
internal static
Int32Collection
s_TriangleIndices =
Int32Collection
.Empty;
477
typeof(
Int32Collection
),
479
new FreezableDefaultValueFactory(
Int32Collection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
179
Int32Collection
indices = TriangleIndices;
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
42
Int32Collection
triIndices)
627
internal
Int32Collection
InternalTriangleIndicesCache
641
_triangleIndicesCache = (
Int32Collection
)_triangleIndicesCache.GetCurrentValueAsFrozen();
929
private
Int32Collection
_triangleIndicesCache = null;
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
406
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)
6189
typeof(System.Windows.Media.
Int32Collection
),
System\Windows\Markup\KnownTypes.cs (1)
5860
case KnownElements.Int32Collection: t = typeof(System.Windows.Media.
Int32Collection
); break;
System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
85
Int32Collection
ints =
Int32Collection
.Parse( stringValue );
263
private static
Int32Collection
DeserializeFrom( BinaryReader reader )
265
Int32Collection
theCollection;