2 instantiations of XamlStyleSerializer
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11421bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.XamlStyleSerializer(); };
System\Windows\Markup\KnownTypes.cs (1)
1666case KnownElements.XamlStyleSerializer: o = new System.Windows.Markup.XamlStyleSerializer(); break;
4 references to XamlStyleSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
846case 750: t = () => typeof(XamlStyleSerializer); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11419typeof(System.Windows.Markup.XamlStyleSerializer),
System\Windows\Markup\KnownTypes.cs (1)
6304case KnownElements.XamlStyleSerializer: t = typeof(System.Windows.Markup.XamlStyleSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2720return typeof(XamlStyleSerializer);