9 references to Style
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (2)
429
if (-id == (short)KnownElements.
Style
||
457
if (-id == (short)KnownElements.
Style
)
System\Windows\Markup\KnownTypes.cs (6)
1571
case KnownElements.
Style
: o = new System.Windows.Style(); break;
2293
return KnownElements.
Style
;
2521
case KnownElements.
Style
: return (o as System.Windows.Style).Setters;
2767
case KnownElements.
Style
:
3462
case KnownElements.
Style
:
6167
case KnownElements.
Style
: t = typeof(System.Windows.Style); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2705
if (objectType == KnownTypes.Types[(int)KnownElements.
Style
])