2 writes to _dwrite
PresentationCore (2)
MS\Internal\Text\TextInterface\DWriteLoader.cs (2)
19_dwrite = LoadDWriteLibraryAndGetProcAddress(out delegate* unmanaged<int, void*, void*, int> dwriteCreateFactory); 38_dwrite = IntPtr.Zero;
3 references to _dwrite
PresentationCore (3)
MS\Internal\Text\TextInterface\DWriteLoader.cs (3)
21if (_dwrite == IntPtr.Zero) 34if (_dwrite != IntPtr.Zero) 36NativeLibrary.Free(_dwrite);