18 instantiations of AmbientAttribute
PresentationFramework (16)
System\Windows\Application.cs (1)
851
[
Ambient
]
System\Windows\Condition.cs (1)
75
[
Ambient
]
System\Windows\ControlTemplate.cs (1)
84
[
Ambient
]
System\Windows\DataTemplate.cs (1)
68
[
Ambient
]
System\Windows\FrameworkContentElement.cs (1)
256
[
Ambient
]
System\Windows\FrameworkElement.cs (1)
664
[
Ambient
]
System\Windows\FrameworkTemplate.cs (2)
179
[
Ambient
]
210
[
Ambient
]
System\Windows\ResourceDictionary.cs (1)
35
[
Ambient
]
System\Windows\Setter.cs (2)
133
[
Ambient
]
203
[
Ambient
]
System\Windows\Style.cs (3)
140
[
Ambient
]
181
[
Ambient
]
273
[
Ambient
]
System\Windows\Trigger.cs (2)
22
[
Ambient
]
100
[
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)
610
return _reflector.IsAttributePresent(typeof(
AmbientAttribute
));
System\Xaml\XamlType.cs (1)
1210
if (_reflector.IsAttributePresent(typeof(
AmbientAttribute
)))
System.Xaml.Tests (1)
System\Xaml\XamlSchemaContextTests.cs (1)
754
new XamlType(typeof(
AmbientAttribute
), new XamlSchemaContext())