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