2 writes to _dwrite
PresentationCore (2)
MS\Internal\Text\TextInterface\DWriteLoader.cs (2)
18_dwrite = LoadDWriteLibraryAndGetProcAddress(out delegate* unmanaged<int, void*, void*, int> dwriteCreateFactory); 37_dwrite = IntPtr.Zero;
3 references to _dwrite
PresentationCore (3)
MS\Internal\Text\TextInterface\DWriteLoader.cs (3)
20if (_dwrite == IntPtr.Zero) 33if (_dwrite != IntPtr.Zero) 35NativeLibrary.Free(_dwrite);