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