4 references to ActivationFactory
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
324
public _IWordsSegmenterFactory() : base(
ActivationFactory
<WordsSegmenter>.As<ABI.Windows.Data.Text.IWordsSegmenterFactory.Vftbl>()) { }
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
76
public _ILanguageFactory() : base(
ActivationFactory
<Language>.As<ABI.Windows.Globalization.ILanguageFactory.Vftbl>()) { }
MS\Internal\WindowsRuntime\Generated\WinRT.cs (2)
275
static WeakLazy<
ActivationFactory
<T>> _factory = new WeakLazy<
ActivationFactory
<T>>();