1 write to _mappingHandle
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
867
_mappingHandle
= UnsafeNativeMethods.CreateFileMapping(
4 references to _mappingHandle
PresentationCore (4)
MS\Internal\FontCache\FontCacheUtil.cs (4)
819
if (
_mappingHandle
!= null)
820
_mappingHandle
.Dispose();
876
if (
_mappingHandle
.IsInvalid)
879
_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(
_mappingHandle
, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);