5 instantiations of VectorCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs (3)
458
VectorCollection collection = new
VectorCollection
();
553
return new
VectorCollection
();
753
VectorCollection resource = new
VectorCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11042
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
VectorCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1649
case KnownElements.VectorCollection: o = new System.Windows.Media.
VectorCollection
(); break;
31 references to VectorCollection
PresentationCore (28)
Core\CSharp\System\Windows\Media\Converters\Generated\VectorCollectionValueSerializer.cs (5)
66
if (!(value is
VectorCollection
))
82
return
VectorCollection
.Parse(value );
96
if (value is
VectorCollection
)
98
VectorCollection
instance = (
VectorCollection
) value;
Core\CSharp\System\Windows\Media\Generated\VectorCollection.cs (19)
68
public new
VectorCollection
Clone()
70
return (
VectorCollection
)base.Clone();
77
public new
VectorCollection
CloneCurrentValue()
79
return (
VectorCollection
)base.CloneCurrentValue();
452
internal static
VectorCollection
Empty
458
VectorCollection
collection = new VectorCollection();
530
private static
VectorCollection
s_empty;
560
VectorCollection
sourceVectorCollection = (
VectorCollection
) source;
579
VectorCollection
sourceVectorCollection = (
VectorCollection
) source;
598
VectorCollection
sourceVectorCollection = (
VectorCollection
) source;
617
VectorCollection
sourceVectorCollection = (
VectorCollection
) source;
748
public static
VectorCollection
Parse(string source)
753
VectorCollection
resource = new VectorCollection();
808
internal Enumerator(
VectorCollection
list)
919
private
VectorCollection
_list;
Core\CSharp\System\Windows\Media\Generated\VectorCollectionConverter.cs (4)
110
return
VectorCollection
.Parse(source);
132
if (destinationType != null && value is
VectorCollection
)
134
VectorCollection
instance = (
VectorCollection
)value;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
813
case 721: t = () => typeof(
VectorCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11040
typeof(System.Windows.Media.
VectorCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6265
case KnownElements.VectorCollection: t = typeof(System.Windows.Media.
VectorCollection
); break;