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