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