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