5 implementations of IsAmbientPropertyAvailable
PresentationFramework (5)
System\Windows\Application.cs (1)
1001
bool IQueryAmbient.
IsAmbientPropertyAvailable
(string propertyName)
System\Windows\FrameworkContentElement.cs (1)
302
bool IQueryAmbient.
IsAmbientPropertyAvailable
(string propertyName)
System\Windows\FrameworkElement.cs (1)
758
bool IQueryAmbient.
IsAmbientPropertyAvailable
(string propertyName)
System\Windows\FrameworkTemplate.cs (1)
274
bool IQueryAmbient.
IsAmbientPropertyAvailable
(string propertyName)
System\Windows\Style.cs (1)
357
bool IQueryAmbient.
IsAmbientPropertyAvailable
(string propertyName)
1 reference to IsAmbientPropertyAvailable
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
390
if (inst is not XAML3.IQueryAmbient ambientCtrl || ambientCtrl.
IsAmbientPropertyAvailable
(prop.Name))