2 references to InputScopeProperty
PresentationFramework (2)
System\Windows\FrameworkContentElement.cs (2)
1097
get { return (InputScope) GetValue(
InputScopeProperty
); }
1098
set { SetValue(
InputScopeProperty
, value); }