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