4 instantiations of XamlPathDataSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2563
new System.Windows.Markup.
XamlPathDataSerializer
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11369
bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.
XamlPathDataSerializer
(); };
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2691
XamlSerializer serializer = new
XamlPathDataSerializer
();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1664
case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.
XamlPathDataSerializer
(); break;
6 references to XamlPathDataSerializer
PresentationFramework (6)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
838
case 746: t = () => typeof(
XamlPathDataSerializer
); break;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2562
System.Windows.Markup.
XamlPathDataSerializer
serializer =
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11367
typeof(System.Windows.Markup.
XamlPathDataSerializer
),
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2689
else if (SerializerType == typeof(
XamlPathDataSerializer
))
2872
_valueObject =
XamlPathDataSerializer
.StaticConvertCustomBinaryToObject(reader);
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6290
case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.
XamlPathDataSerializer
); break;