1 implementation of TrySetInputMethodLanguageTag
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
818
public unsafe bool
TrySetInputMethodLanguageTag
(string languageTag)
2 references to TrySetInputMethodLanguageTag
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
138
public static bool TrySetInputMethodLanguageTag(string languageTag) => _ILanguageStatics2.Instance.
TrySetInputMethodLanguageTag
(languageTag);
792
__result = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Globalization.ILanguageStatics2>(thisPtr).
TrySetInputMethodLanguageTag
(MarshalString.FromAbi(languageTag));