1 write to _viewHandle
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
883_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(_mappingHandle, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);
4 references to _viewHandle
PresentationCore (4)
MS\Internal\FontCache\FontCacheUtil.cs (4)
821if (_viewHandle != null) 822_viewHandle.Dispose(); 884if (_viewHandle.IsInvalid) 889Initialize((byte*)_viewHandle.Memory, size, size, FileAccess.Read);