1 type derived from ILanguageFactory
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
81
internal class _ILanguageFactory : ABI.Windows.Globalization.
ILanguageFactory
1 instantiation of ILanguageFactory
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
607
public static implicit operator ILanguageFactory(IObjectReference obj) => (obj != null) ? new
ILanguageFactory
(obj) : null;
2 references to ILanguageFactory
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
83
public _ILanguageFactory() : base(ActivationFactory<Language>.As<ABI.Windows.Globalization.
ILanguageFactory
.Vftbl>()) { }
607
public static implicit operator
ILanguageFactory
(IObjectReference obj) => (obj != null) ? new ILanguageFactory(obj) : null;