4 instantiations of XamlPathDataSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2538new System.Windows.Markup.XamlPathDataSerializer();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11373bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.XamlPathDataSerializer(); };
System\Windows\Markup\BamlRecords.cs (1)
2607XamlSerializer serializer = new XamlPathDataSerializer();
System\Windows\Markup\KnownTypes.cs (1)
1663case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break;
6 references to XamlPathDataSerializer
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
842case 746: t = () => typeof(XamlPathDataSerializer); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2537System.Windows.Markup.XamlPathDataSerializer serializer =
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11371typeof(System.Windows.Markup.XamlPathDataSerializer),
System\Windows\Markup\BamlRecords.cs (2)
2605else if (SerializerType == typeof(XamlPathDataSerializer)) 2784_valueObject = XamlPathDataSerializer.StaticConvertCustomBinaryToObject(reader);
System\Windows\Markup\KnownTypes.cs (1)
6300case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break;