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