1 write to _mappingHandle
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
840_mappingHandle = UnsafeNativeMethods.CreateFileMapping(
3 references to _mappingHandle
PresentationCore (3)
MS\Internal\FontCache\FontCacheUtil.cs (3)
799_mappingHandle?.Dispose(); 849if (_mappingHandle.IsInvalid) 852_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(_mappingHandle, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);