4 instantiations of XamlPathDataSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2531new System.Windows.Markup.XamlPathDataSerializer();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12635DefaultConstructor = delegate () { return new System.Windows.Markup.XamlPathDataSerializer(); }
System\Windows\Markup\BamlRecords.cs (1)
2594XamlSerializer serializer = new XamlPathDataSerializer();
System\Windows\Markup\KnownTypes.cs (1)
1656case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break;
6 references to XamlPathDataSerializer
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
839case 746: t = () => typeof(XamlPathDataSerializer); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2530System.Windows.Markup.XamlPathDataSerializer serializer =
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12632typeof(System.Windows.Markup.XamlPathDataSerializer),
System\Windows\Markup\BamlRecords.cs (2)
2592else if (SerializerType == typeof(XamlPathDataSerializer)) 2771_valueObject = XamlPathDataSerializer.StaticConvertCustomBinaryToObject(reader);
System\Windows\Markup\KnownTypes.cs (1)
6293case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break;