3 instantiations of InputScope
PresentationCore (1)
System\Windows\Input\InputScopeConverter.cs (1)
123
inputScope = new
InputScope
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5974
DefaultConstructor = delegate () { return new System.Windows.Input.
InputScope
(); },
System\Windows\Markup\KnownTypes.cs (1)
1323
case KnownElements.InputScope: o = new System.Windows.Input.
InputScope
(); break;
22 references to InputScope
PresentationCore (8)
System\Windows\Input\InputMethod.cs (5)
381
typeof(
InputScope
),
383
new PropertyMetadata((
InputScope
) null));
388
public static void SetInputScope(DependencyObject target,
InputScope
value)
399
public static
InputScope
GetInputScope(DependencyObject target)
403
return (
InputScope
)(target.GetValue(InputScopeProperty));
System\Windows\Input\InputScopeConverter.cs (3)
104
InputScope
inputScope;
150
InputScope
inputScope = value as
InputScope
;
PresentationFramework (14)
System\Windows\Documents\InputScopeAttribute.cs (2)
32
internal InputScopeAttribute(
InputScope
inputscope)
169
private
InputScope
_inputScope;
System\Windows\Documents\TextStore.cs (3)
847
PrepareAttributes((
InputScope
)UiScope.GetValue(InputMethod.InputScopeProperty),
867
PrepareAttributes((
InputScope
)position.GetValue(InputMethod.InputScopeProperty),
2757
private void PrepareAttributes(
InputScope
inputScope, double fontSize, FontFamily fontFamily, XmlLanguage language, Visual visual, int count, Guid[] filterAttributes)
System\Windows\FrameworkContentElement.cs (3)
1069
new FrameworkPropertyMetadata((
InputScope
)null, // default value
1075
public
InputScope
InputScope
1077
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\FrameworkElement.cs (3)
3244
new FrameworkPropertyMetadata((
InputScope
)null, // default value
3250
public
InputScope
InputScope
3252
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
392
case 298: t = () => typeof(
InputScope
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5971
typeof(System.Windows.Input.
InputScope
),
System\Windows\Markup\KnownTypes.cs (1)
5846
case KnownElements.InputScope: t = typeof(System.Windows.Input.
InputScope
); break;