2 instantiations of XamlStyleSerializer
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11417bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.XamlStyleSerializer(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1667case KnownElements.XamlStyleSerializer: o = new System.Windows.Markup.XamlStyleSerializer(); break;
4 references to XamlStyleSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
842case 750: t = () => typeof(XamlStyleSerializer); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11415typeof(System.Windows.Markup.XamlStyleSerializer),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6294case KnownElements.XamlStyleSerializer: t = typeof(System.Windows.Markup.XamlStyleSerializer); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2807return typeof(XamlStyleSerializer);