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