2 instantiations of XamlStyleSerializer
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
73serializer = new XamlStyleSerializer(ParserHooks);
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
740serializer = new XamlStyleSerializer(ParserHooks);
23 references to XamlStyleSerializer
PresentationBuildTasks (23)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
71if (xamlObjectNode.SerializerType == typeof(XamlStyleSerializer))
Framework\System\Windows\Markup\KnownTypes.cs (1)
5479case KnownElements.XamlStyleSerializer: t = typeof(XamlStyleSerializer); break;
Framework\System\Windows\Markup\StyleXamlParser.cs (20)
185if (xamlUnknownTagStartNode.Value == XamlStyleSerializer.VisualTriggersFullPropertyName || 186xamlUnknownTagStartNode.Value == XamlStyleSerializer.SettersFullPropertyName) 653XamlStyleSerializer.SettersPropertyName, 733if (xamlElementStartNode.SerializerType == typeof(XamlStyleSerializer)) 955if (xamlNode.PropName == XamlStyleSerializer.TargetTypePropertyName) 959else if (xamlNode.PropName == XamlStyleSerializer.BasedOnPropertyName) 1037if (xamlNode.PropName == XamlStyleSerializer.VisualTriggersPropertyName) 1041else if (xamlNode.PropName == XamlStyleSerializer.SettersPropertyName) 1046XamlStyleSerializer.SetterTagName, 1068if (xamlNode.PropName == XamlStyleSerializer.EventTriggerActions) 1126if (xamlPropertyIDictionaryStartNode.PropName == XamlStyleSerializer.ResourcesPropertyName) 1301Debug.Assert (mode != StyleMode.Base || xamlPropertyNode.PropName != XamlStyleSerializer.TargetTypePropertyName, 1326if (xamlPropertyNode.PropName == XamlStyleSerializer.SetterValueAttributeName) 1340else if (xamlPropertyNode.PropName == XamlStyleSerializer.SetterPropertyAttributeName) 1357if (xamlPropertyNode.PropName == XamlStyleSerializer.PropertyTriggerValuePropertyName) 1371else if (xamlPropertyNode.PropName == XamlStyleSerializer.PropertyTriggerPropertyName) 1378else if (xamlPropertyNode.PropName == XamlStyleSerializer.PropertyTriggerSourceName) 1397if (xamlPropertyNode.PropName == XamlStyleSerializer.SetterEventAttributeName) 1401else if (xamlPropertyNode.PropName == XamlStyleSerializer.SetterHandlerAttributeName) 1428xamlPropertyNode.PropName == XamlStyleSerializer.TargetTypePropertyName)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2807return typeof(XamlStyleSerializer);