2 implementations of IFrameworkInputElement
PresentationFramework (2)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
61
public partial class FrameworkContentElement : ContentElement,
IFrameworkInputElement
, ISupportInitialize, IQueryAmbient
src\Framework\System\Windows\FrameworkElement.cs (1)
109
public partial class FrameworkElement : UIElement,
IFrameworkInputElement
, ISupportInitialize, IHaveResources, IQueryAmbient
5 references to IFrameworkInputElement
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
968
IFrameworkInputElement
namedNode;
976
namedNode = elements.Current as
IFrameworkInputElement
;
src\Framework\System\Windows\LogicalTreeHelper.cs (2)
88
IFrameworkInputElement
selfNode = logicalTreeNode as
IFrameworkInputElement
;
src\Framework\System\Windows\Style.cs (1)
966
internal static readonly Type DefaultTargetType = typeof(
IFrameworkInputElement
);