1 write to _mappingHandle
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
1064
_mappingHandle
= UnsafeNativeMethods.CreateFileMapping(
4 references to _mappingHandle
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (4)
1008
if (
_mappingHandle
!= null)
1009
_mappingHandle
.Dispose();
1073
if (
_mappingHandle
.IsInvalid)
1076
_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(
_mappingHandle
, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);