4 references to 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;