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