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