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