1 write to _viewHandle
PresentationCore (1)
MS\Internal\FontCache\FontCacheUtil.cs (1)
852_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(_mappingHandle, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);
3 references to _viewHandle
PresentationCore (3)
MS\Internal\FontCache\FontCacheUtil.cs (3)
798_viewHandle?.Dispose(); 853if (_viewHandle.IsInvalid) 856Initialize((byte*)_viewHandle.Memory, size, size, FileAccess.Read);