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