18 instantiations of AmbientAttribute
PresentationFramework (16)
System\Windows\Application.cs (1)
850[Ambient]
System\Windows\Condition.cs (1)
74[Ambient]
System\Windows\ControlTemplate.cs (1)
83[Ambient]
System\Windows\DataTemplate.cs (1)
67[Ambient]
System\Windows\FrameworkContentElement.cs (1)
255[Ambient]
System\Windows\FrameworkElement.cs (1)
663[Ambient]
System\Windows\FrameworkTemplate.cs (2)
178[Ambient] 209[Ambient]
System\Windows\ResourceDictionary.cs (1)
34[Ambient]
System\Windows\Setter.cs (2)
132[Ambient] 202[Ambient]
System\Windows\Style.cs (3)
139[Ambient] 180[Ambient] 272[Ambient]
System\Windows\Trigger.cs (2)
21[Ambient] 99[Ambient]
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.cs (1)
799[AmbientAttribute]
System\Xaml\XamlTypeTests.cs (1)
2641[Ambient]
3 references to AmbientAttribute
System.Xaml (2)
System\Xaml\XamlMember.cs (1)
610return _reflector.IsAttributePresent(typeof(AmbientAttribute));
System\Xaml\XamlType.cs (1)
1209if (_reflector.IsAttributePresent(typeof(AmbientAttribute)))
System.Xaml.Tests (1)
System\Xaml\XamlSchemaContextTests.cs (1)
754new XamlType(typeof(AmbientAttribute), new XamlSchemaContext())