1 instantiation of DllModule
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
110module = new DllModule(fileName);
5 references to DllModule
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (5)
101private static Dictionary<string, DllModule> _cache = new System.Collections.Generic.Dictionary<string, DllModule>(); 103public static DllModule Load(string fileName) 107DllModule module; 239(_IActivationFactory, _) = DllModule.Load($"{moduleName}.dll").GetActivationFactory(runtimeClassId);