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