2 instantiations of XamlStyleSerializer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12692DefaultConstructor = delegate () { return new System.Windows.Markup.XamlStyleSerializer(); }
System\Windows\Markup\KnownTypes.cs (1)
1660case KnownElements.XamlStyleSerializer: o = new System.Windows.Markup.XamlStyleSerializer(); break;
4 references to XamlStyleSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
844case 750: t = () => typeof(XamlStyleSerializer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12689typeof(System.Windows.Markup.XamlStyleSerializer),
System\Windows\Markup\KnownTypes.cs (1)
6298case KnownElements.XamlStyleSerializer: t = typeof(System.Windows.Markup.XamlStyleSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2708return typeof(XamlStyleSerializer);