1 write to _mappingHandle
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
839
_mappingHandle
= UnsafeNativeMethods.CreateFileMapping(
3 references to _mappingHandle
PresentationCore (3)
MS\Internal\FontCache\FontCacheUtil.cs (3)
798
_mappingHandle
?.Dispose();
848
if (
_mappingHandle
.IsInvalid)
851
_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(
_mappingHandle
, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);