3 instantiations of InputScope
PresentationCore (1)
System\Windows\Input\InputScopeConverter.cs (1)
122
inputScope = new
InputScope
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5973
DefaultConstructor = delegate () { return new System.Windows.Input.
InputScope
(); },
System\Windows\Markup\KnownTypes.cs (1)
1322
case KnownElements.InputScope: o = new System.Windows.Input.
InputScope
(); break;
22 references to InputScope
PresentationCore (8)
System\Windows\Input\InputMethod.cs (5)
380
typeof(
InputScope
),
382
new PropertyMetadata((
InputScope
) null));
387
public static void SetInputScope(DependencyObject target,
InputScope
value)
398
public static
InputScope
GetInputScope(DependencyObject target)
402
return (
InputScope
)(target.GetValue(InputScopeProperty));
System\Windows\Input\InputScopeConverter.cs (3)
103
InputScope
inputScope;
149
InputScope
inputScope = value as
InputScope
;
PresentationFramework (14)
System\Windows\Documents\InputScopeAttribute.cs (2)
31
internal InputScopeAttribute(
InputScope
inputscope)
168
private
InputScope
_inputScope;
System\Windows\Documents\TextStore.cs (3)
846
PrepareAttributes((
InputScope
)UiScope.GetValue(InputMethod.InputScopeProperty),
866
PrepareAttributes((
InputScope
)position.GetValue(InputMethod.InputScopeProperty),
2756
private void PrepareAttributes(
InputScope
inputScope, double fontSize, FontFamily fontFamily, XmlLanguage language, Visual visual, int count, Guid[] filterAttributes)
System\Windows\FrameworkContentElement.cs (3)
1068
new FrameworkPropertyMetadata((
InputScope
)null, // default value
1074
public
InputScope
InputScope
1076
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\FrameworkElement.cs (3)
3243
new FrameworkPropertyMetadata((
InputScope
)null, // default value
3249
public
InputScope
InputScope
3251
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
391
case 298: t = () => typeof(
InputScope
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5970
typeof(System.Windows.Input.
InputScope
),
System\Windows\Markup\KnownTypes.cs (1)
5845
case KnownElements.InputScope: t = typeof(System.Windows.Input.
InputScope
); break;