5 implementations of IQueryAmbient
PresentationFramework (5)
System\Windows\Application.cs (1)
87public class Application : DispatcherObject, IHaveResources, IQueryAmbient
System\Windows\FrameworkContentElement.cs (1)
64public partial class FrameworkContentElement : ContentElement, IFrameworkInputElement, ISupportInitialize, IQueryAmbient
System\Windows\FrameworkElement.cs (1)
112public partial class FrameworkElement : UIElement, IFrameworkInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
System\Windows\FrameworkTemplate.cs (1)
45public abstract class FrameworkTemplate : DispatcherObject, INameScope, ISealable, IHaveResources, IQueryAmbient
System\Windows\Style.cs (1)
39public class Style : DispatcherObject, INameScope, IAddChild, ISealable, IHaveResources, IQueryAmbient
7 references to IQueryAmbient
PresentationFramework (5)
System\Windows\Application.cs (1)
1040bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName)
System\Windows\FrameworkContentElement.cs (1)
326bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName)
System\Windows\FrameworkElement.cs (1)
779bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName)
System\Windows\FrameworkTemplate.cs (1)
282bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName)
System\Windows\Style.cs (1)
376bool IQueryAmbient.IsAmbientPropertyAvailable(string propertyName)
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
381var ambientCtrl = inst as XAML3.IQueryAmbient;