5 implementations of IQueryAmbient
PresentationFramework (5)
System\Windows\Application.cs (1)
70
public class Application : DispatcherObject, IHaveResources,
IQueryAmbient
System\Windows\FrameworkContentElement.cs (1)
43
public partial class FrameworkContentElement : ContentElement, IFrameworkInputElement, ISupportInitialize,
IQueryAmbient
System\Windows\FrameworkElement.cs (1)
94
public partial class FrameworkElement : UIElement, IFrameworkInputElement, ISupportInitialize, IHaveResources,
IQueryAmbient
System\Windows\FrameworkTemplate.cs (1)
36
public abstract class FrameworkTemplate : DispatcherObject, INameScope, ISealable, IHaveResources,
IQueryAmbient
System\Windows\Style.cs (1)
20
public class Style : DispatcherObject, INameScope, IAddChild, ISealable, IHaveResources,
IQueryAmbient
6 references to IQueryAmbient
PresentationFramework (5)
System\Windows\Application.cs (1)
1004
bool
IQueryAmbient
.IsAmbientPropertyAvailable(string propertyName)
System\Windows\FrameworkContentElement.cs (1)
305
bool
IQueryAmbient
.IsAmbientPropertyAvailable(string propertyName)
System\Windows\FrameworkElement.cs (1)
761
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)
System.Xaml (1)
System\Xaml\Context\ObjectWriterContext.cs (1)
390
if (inst is not XAML3.
IQueryAmbient
ambientCtrl || ambientCtrl.IsAmbientPropertyAvailable(prop.Name))