1 instantiation of XamlPathDataSerializer
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
2691XamlSerializer serializer = new XamlPathDataSerializer();
2 references to XamlPathDataSerializer
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (1)
2689else if (SerializerType == typeof(XamlPathDataSerializer))
Framework\System\Windows\Markup\KnownTypes.cs (1)
5486case KnownElements.XamlPathDataSerializer: t = typeof(XamlPathDataSerializer); break;