6 instantiations of Vector3DCollection
PresentationCore (4)
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs (3)
454
Vector3DCollection collection = new
Vector3DCollection
();
549
return new
Vector3DCollection
();
749
Vector3DCollection resource = new
Vector3DCollection
();
Core\CSharp\System\Windows\Media3D\Vector3DCollection.cs (1)
37
Vector3DCollection collection = new
Vector3DCollection
( (int) count) ;
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10941
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
Vector3DCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1643
case KnownElements.Vector3DCollection: o = new System.Windows.Media.Media3D.
Vector3DCollection
(); break;
44 references to Vector3DCollection
PresentationCore (38)
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (2)
243
Vector3DCollection
points =
Vector3DCollection
.Parse( stringValues ) ;
Core\CSharp\System\Windows\Media3d\Converters\Generated\Vector3DCollectionValueSerializer.cs (5)
62
if (!(value is
Vector3DCollection
))
78
return
Vector3DCollection
.Parse(value );
92
if (value is
Vector3DCollection
)
94
Vector3DCollection
instance = (
Vector3DCollection
) value;
Core\CSharp\System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
152
public
Vector3DCollection
Normals
156
return (
Vector3DCollection
) GetValue(NormalsProperty);
242
Vector3DCollection
vNormals = Normals;
436
internal static
Vector3DCollection
s_Normals =
Vector3DCollection
.Empty;
488
typeof(
Vector3DCollection
),
490
new FreezableDefaultValueFactory(
Vector3DCollection
.Empty),
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollection.cs (19)
64
public new
Vector3DCollection
Clone()
66
return (
Vector3DCollection
)base.Clone();
73
public new
Vector3DCollection
CloneCurrentValue()
75
return (
Vector3DCollection
)base.CloneCurrentValue();
448
internal static
Vector3DCollection
Empty
454
Vector3DCollection
collection = new Vector3DCollection();
526
private static
Vector3DCollection
s_empty;
556
Vector3DCollection
sourceVector3DCollection = (
Vector3DCollection
) source;
575
Vector3DCollection
sourceVector3DCollection = (
Vector3DCollection
) source;
594
Vector3DCollection
sourceVector3DCollection = (
Vector3DCollection
) source;
613
Vector3DCollection
sourceVector3DCollection = (
Vector3DCollection
) source;
744
public static
Vector3DCollection
Parse(string source)
749
Vector3DCollection
resource = new Vector3DCollection();
805
internal Enumerator(
Vector3DCollection
list)
916
private
Vector3DCollection
_list;
Core\CSharp\System\Windows\Media3D\Generated\Vector3DCollectionConverter.cs (4)
106
return
Vector3DCollection
.Parse(source);
128
if (destinationType != null && value is
Vector3DCollection
)
130
Vector3DCollection
instance = (
Vector3DCollection
)value;
Core\CSharp\System\Windows\Media3D\Vector3DCollection.cs (1)
37
Vector3DCollection
collection = new Vector3DCollection( (int) count) ;
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
805
case 713: t = () => typeof(
Vector3DCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
46
return
Vector3DCollection
.DeserializeFrom(_reader);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10939
typeof(System.Windows.Media.Media3D.
Vector3DCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6257
case KnownElements.Vector3DCollection: t = typeof(System.Windows.Media.Media3D.
Vector3DCollection
); break;
src\Framework\System\Windows\Markup\XamlVector3DCollectionSerializer.cs (2)
90
return
Vector3DCollection
.DeserializeFrom( reader ) ;
103
return
Vector3DCollection
.DeserializeFrom( reader ) ;