4 references to DWriteLoader
PresentationCore (4)
ModuleInitializer.cs (2)
23DWriteLoader.LoadDWrite(); 27DWriteLoader.UnloadDWrite();
MS\Internal\Text\TextInterface\DWriteLoader.cs (1)
54IntPtr hDWriteLibrary = NativeLibrary.Load("dwrite.dll", typeof(DWriteLoader).Assembly, DllImportSearchPath.System32);
MS\Internal\Text\TextInterface\Factory.cs (1)
106delegate* unmanaged<int, void*, void*, int> pfnDWriteCreateFactory = DWriteLoader.GetDWriteCreateFactoryFunctionPointer();