1 implementation of TrySetInputMethodLanguageTag
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
818public unsafe bool TrySetInputMethodLanguageTag(string languageTag)
2 references to TrySetInputMethodLanguageTag
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
138public 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));