3 instantiations of InputScope
PresentationCore (1)
System\Windows\Input\InputScopeConverter.cs (1)
127
inputScope = new
InputScope
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5485
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
InputScope
(); };
System\Windows\Markup\KnownTypes.cs (1)
1329
case KnownElements.InputScope: o = new System.Windows.Input.
InputScope
(); break;
22 references to InputScope
PresentationCore (8)
System\Windows\Input\InputMethod.cs (5)
395
typeof(
InputScope
),
397
new PropertyMetadata((
InputScope
) null));
402
public static void SetInputScope(DependencyObject target,
InputScope
value)
413
public static
InputScope
GetInputScope(DependencyObject target)
417
return (
InputScope
)(target.GetValue(InputScopeProperty));
System\Windows\Input\InputScopeConverter.cs (3)
108
InputScope
inputScope;
154
InputScope
inputScope = value as
InputScope
;
PresentationFramework (14)
System\Windows\Documents\InputScopeAttribute.cs (2)
40
internal InputScopeAttribute(
InputScope
inputscope)
177
private
InputScope
_inputScope;
System\Windows\Documents\TextStore.cs (3)
858
PrepareAttributes((
InputScope
)UiScope.GetValue(InputMethod.InputScopeProperty),
878
PrepareAttributes((
InputScope
)position.GetValue(InputMethod.InputScopeProperty),
2774
private void PrepareAttributes(
InputScope
inputScope, double fontSize, FontFamily fontFamily, XmlLanguage language, Visual visual, int count, Guid[] filterAttributes)
System\Windows\FrameworkContentElement.cs (3)
1089
new FrameworkPropertyMetadata((
InputScope
)null, // default value
1095
public
InputScope
InputScope
1097
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\FrameworkElement.cs (3)
3266
new FrameworkPropertyMetadata((
InputScope
)null, // default value
3272
public
InputScope
InputScope
3274
get { return (
InputScope
) GetValue(InputScopeProperty); }
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
394
case 298: t = () => typeof(
InputScope
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5483
typeof(System.Windows.Input.
InputScope
),
System\Windows\Markup\KnownTypes.cs (1)
5852
case KnownElements.InputScope: t = typeof(System.Windows.Input.
InputScope
); break;