9 references to Style
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (2)
433
if (-id == (short)KnownElements.
Style
||
461
if (-id == (short)KnownElements.
Style
)
System\Windows\Markup\KnownTypes.cs (6)
1572
case KnownElements.
Style
: o = new System.Windows.Style(); break;
2294
return KnownElements.
Style
;
2522
case KnownElements.
Style
: return (o as System.Windows.Style).Setters;
2768
case KnownElements.
Style
:
3463
case KnownElements.
Style
:
6168
case KnownElements.
Style
: t = typeof(System.Windows.Style); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2705
if (objectType == KnownTypes.Types[(int)KnownElements.
Style
])