4 instantiations of XamlPathDataSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2541new System.Windows.Markup.XamlPathDataSerializer();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12636DefaultConstructor = delegate () { return new System.Windows.Markup.XamlPathDataSerializer(); }
System\Windows\Markup\BamlRecords.cs (1)
2595XamlSerializer serializer = new XamlPathDataSerializer();
System\Windows\Markup\KnownTypes.cs (1)
1657case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break;
6 references to XamlPathDataSerializer
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
840case 746: t = () => typeof(XamlPathDataSerializer); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2540System.Windows.Markup.XamlPathDataSerializer serializer =
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12633typeof(System.Windows.Markup.XamlPathDataSerializer),
System\Windows\Markup\BamlRecords.cs (2)
2593else if (SerializerType == typeof(XamlPathDataSerializer)) 2772_valueObject = XamlPathDataSerializer.StaticConvertCustomBinaryToObject(reader);
System\Windows\Markup\KnownTypes.cs (1)
6294case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break;