4 instantiations of XamlPointCollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2599
new System.Windows.Markup.
XamlPointCollectionSerializer
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11393
bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.
XamlPointCollectionSerializer
(); };
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2671
XamlSerializer serializer = new
XamlPointCollectionSerializer
();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1666
case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.
XamlPointCollectionSerializer
(); break;
6 references to XamlPointCollectionSerializer
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
840
case 748: t = () => typeof(
XamlPointCollectionSerializer
); break;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2598
System.Windows.Markup.
XamlPointCollectionSerializer
serializer =
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11391
typeof(System.Windows.Markup.
XamlPointCollectionSerializer
),
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2669
else if (SerializerType == typeof(
XamlPointCollectionSerializer
))
2887
_valueObject =
XamlPointCollectionSerializer
.StaticConvertCustomBinaryToObject(reader);
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6292
case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.
XamlPointCollectionSerializer
); break;