9 references to Style
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (2)
445
if (-id == (short)KnownElements.
Style
||
473
if (-id == (short)KnownElements.
Style
)
System\Windows\Markup\KnownTypes.cs (6)
1578
case KnownElements.
Style
: o = new System.Windows.Style(); break;
2300
return KnownElements.
Style
;
2528
case KnownElements.
Style
: return (o as System.Windows.Style).Setters;
2774
case KnownElements.
Style
:
3469
case KnownElements.
Style
:
6174
case KnownElements.
Style
: t = typeof(System.Windows.Style); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2710
if (objectType == KnownTypes.Types[(int)KnownElements.
Style
])