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