4 instantiations of XamlPoint3DCollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2575
new System.Windows.Markup.
XamlPoint3DCollectionSerializer
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11381
bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.
XamlPoint3DCollectionSerializer
(); };
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2651
XamlSerializer serializer = new
XamlPoint3DCollectionSerializer
();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1665
case KnownElements.XamlPoint3DCollectionSerializer: o = new System.Windows.Markup.
XamlPoint3DCollectionSerializer
(); break;
6 references to XamlPoint3DCollectionSerializer
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
839
case 747: t = () => typeof(
XamlPoint3DCollectionSerializer
); break;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2574
System.Windows.Markup.
XamlPoint3DCollectionSerializer
serializer =
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11379
typeof(System.Windows.Markup.
XamlPoint3DCollectionSerializer
),
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2649
else if (SerializerType == typeof(
XamlPoint3DCollectionSerializer
))
2877
_valueObject =
XamlPoint3DCollectionSerializer
.StaticConvertCustomBinaryToObject(reader);
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6291
case KnownElements.XamlPoint3DCollectionSerializer: t = typeof(System.Windows.Markup.
XamlPoint3DCollectionSerializer
); break;