2 references to InputScopeProperty
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (2)
3273get { return (InputScope) GetValue(InputScopeProperty); } 3274set { SetValue(InputScopeProperty, value); }