1 implementation of IsWellFormed
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
721public unsafe bool IsWellFormed(string languageTag)
2 references to IsWellFormed
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
127public static bool IsWellFormed(string languageTag) => _ILanguageStatics.Instance.IsWellFormed(languageTag); 676__result = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Globalization.ILanguageStatics>(thisPtr).IsWellFormed(MarshalString.FromAbi(languageTag));