2 implementations of IFrameworkInputElement
PresentationFramework (2)
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
7 references to IFrameworkInputElement
PresentationFramework (5)
System\Windows\Documents\FixedTextBuilder.cs (2)
944
IFrameworkInputElement
namedNode;
952
namedNode = elements.Current as
IFrameworkInputElement
;
System\Windows\LogicalTreeHelper.cs (2)
75
IFrameworkInputElement
selfNode = logicalTreeNode as
IFrameworkInputElement
;
System\Windows\Style.cs (1)
960
internal static readonly Type DefaultTargetType = typeof(
IFrameworkInputElement
);
ReachFramework (2)
Serialization\Manager\NGCSerializer.cs (2)
52
IFrameworkInputElement
inputElement = o as
IFrameworkInputElement
;