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