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