2 implementations of IFrameworkInputElement
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (1)
52
public partial class FrameworkContentElement : ContentElement,
IFrameworkInputElement
, ISupportInitialize, IQueryAmbient
System\Windows\FrameworkElement.cs (1)
101
public partial class FrameworkElement : UIElement,
IFrameworkInputElement
, ISupportInitialize, IHaveResources, IQueryAmbient
7 references to IFrameworkInputElement
PresentationFramework (5)
System\Windows\Documents\FixedTextBuilder.cs (2)
938
IFrameworkInputElement
namedNode;
946
namedNode = elements.Current as
IFrameworkInputElement
;
System\Windows\LogicalTreeHelper.cs (2)
72
IFrameworkInputElement
selfNode = logicalTreeNode as
IFrameworkInputElement
;
System\Windows\Style.cs (1)
950
internal static readonly Type DefaultTargetType = typeof(
IFrameworkInputElement
);
ReachFramework (2)
Serialization\Manager\NGCSerializer.cs (2)
40
IFrameworkInputElement
inputElement = o as
IFrameworkInputElement
;