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();
849
if (
_mappingHandle
.IsInvalid)
852
_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(
_mappingHandle
, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);