2 references to VisualTriggersPropertyName
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1037
if (xamlNode.PropName == XamlStyleSerializer.
VisualTriggersPropertyName
)
Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
193
internal const string VisualTriggersFullPropertyName = StyleTagName + "." +
VisualTriggersPropertyName
;