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