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