4 references to XamlPathDataSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2870case (short)KnownElements.XamlPathDataSerializer:
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1664case KnownElements.XamlPathDataSerializer: o = new System.Windows.Markup.XamlPathDataSerializer(); break; 6290case KnownElements.XamlPathDataSerializer: t = typeof(System.Windows.Markup.XamlPathDataSerializer); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2776return (int)KnownElements.XamlPathDataSerializer;