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