2 instantiations of ILanguage
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
109
return new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
(ComWrappersSupport.GetObjectReferenceForInterface(ptr));
325
public static implicit operator ILanguage(IObjectReference obj) => (obj != null) ? new
ILanguage
(obj) : null;
8 references to ILanguage
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
77
private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
> _defaultLazy;
79
private global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
_default => _defaultLazy.Value;
105
public Language(string languageTag) : this(((Func<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
>)(() => {
144
return obj is Language ? (Language)obj : new Language((global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
)obj);
147
public Language(global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
ifc)
149
_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
>(() => ifc);
325
public static implicit operator
ILanguage
(IObjectReference obj) => (obj != null) ? new ILanguage(obj) : null;
843
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<
ILanguage
.Vftbl>();