1 instantiation of InputMethod
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
481
inputMethod = new
InputMethod
();
48 references to InputMethod
PresentationCore (35)
Core\CSharp\System\Windows\ContentElement.cs (1)
762
get { return (bool) GetValue(
InputMethod
.IsInputMethodEnabledProperty); }
Core\CSharp\System\Windows\Input\DefaultTextStore.cs (2)
254
DefaultTextStore defaulttextstore =
InputMethod
.Current.DefaultTextStore;
259
InputMethod
.Current.DefaultTextStore = defaulttextstore;
Core\CSharp\System\Windows\Input\InputLanguageManager.cs (3)
269
if(
InputMethod
.Current.InputLanguageManager == null)
271
InputMethod
.Current.InputLanguageManager = new InputLanguageManager();
273
return
InputMethod
.Current.InputLanguageManager;
Core\CSharp\System\Windows\Input\InputMethod.cs (10)
236
typeof(
InputMethod
),
277
typeof(
InputMethod
),
317
typeof(
InputMethod
),
356
typeof(
InputMethod
),
395
typeof(
InputMethod
),
433
typeof(
InputMethod
),
467
public static
InputMethod
Current
471
InputMethod
inputMethod = null;
477
inputMethod = dispatcher.InputMethod as
InputMethod
;
1407
InputMethod
.Current.EnableOrDisableInputMethod((bool) e.NewValue);
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
561
InputMethod
.Current.GotKeyboardFocus(_focus);
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (3)
172
if (
InputMethod
.Current.TextServicesCompartmentContext == null)
173
InputMethod
.Current.TextServicesCompartmentContext = new TextServicesCompartmentContext();
175
return
InputMethod
.Current.TextServicesCompartmentContext;
Core\CSharp\System\Windows\Input\TextServicesCompartmentEventSink.cs (2)
43
internal TextServicesCompartmentEventSink(
InputMethod
inputmethod)
70
private
InputMethod
_inputmethod;
Core\CSharp\System\Windows\Input\TextServicesContext.cs (4)
112
InputMethod
.Current.DefaultTextStore = null;
305
if (
InputMethod
.Current.TextServicesContext == null)
307
InputMethod
.Current.TextServicesContext = new TextServicesContext();
310
return
InputMethod
.Current.TextServicesContext;
Core\CSharp\System\Windows\Input\TextServicesManager.cs (7)
95
if ((bool)focus.GetValue(
InputMethod
.IsInputMethodSuspendedProperty))
102
InputMethod
.Current.EnableOrDisableInputMethod((bool)focus.GetValue(
InputMethod
.IsInputMethodEnabledProperty));
149
if (
InputMethod
.IsImm32ImeCurrent())
153
if ((element == null) || (bool)element.GetValue(
InputMethod
.IsInputMethodSuspendedProperty))
189
if (
InputMethod
.IsImm32ImeCurrent())
193
if ((element == null) || (bool)element.GetValue(
InputMethod
.IsInputMethodSuspendedProperty))
Core\CSharp\System\Windows\UIElement.cs (1)
2697
get { return (bool) GetValue(
InputMethod
.IsInputMethodEnabledProperty); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
656
get { return (bool)GetValue(
InputMethod
.IsInputMethodEnabledProperty); }
PresentationFramework (13)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
203
InputMethod
.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
76
InputMethod
.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox),
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
42
InputMethod
.IsInputMethodEnabledProperty.OverrideMetadata(typeof(ButtonBase), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
76
InputMethod
.IsInputMethodSuspendedProperty.OverrideMetadata(typeof(MenuBase), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox, FrameworkPropertyMetadataOptions.Inherits));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
71
InputMethod
.IsInputMethodEnabledProperty.OverrideMetadata(typeof(TextBoxBase),
src\Framework\System\Windows\Documents\TextStore.cs (3)
721
PrepareAttributes((InputScope)UiScope.GetValue(
InputMethod
.InputScopeProperty),
741
PrepareAttributes((InputScope)position.GetValue(
InputMethod
.InputScopeProperty),
1550
if ((bool)UiScope.GetValue(
InputMethod
.IsInputMethodEnabledProperty))
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1097
InputMethod
.InputScopeProperty.AddOwner(typeof(FrameworkContentElement),
src\Framework\System\Windows\FrameworkElement.cs (1)
3264
InputMethod
.InputScopeProperty.AddOwner(_typeofThis,
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
389
case 297: t = () => typeof(
InputMethod
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5468
typeof(System.Windows.Input.
InputMethod
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5841
case KnownElements.InputMethod: t = typeof(System.Windows.Input.
InputMethod
); break;