1 write to _viewHandle
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
1076_viewHandle = UnsafeNativeMethods.MapViewOfFileEx(_mappingHandle, UnsafeNativeMethods.FILE_MAP_READ, 0, 0, IntPtr.Zero, IntPtr.Zero);
4 references to _viewHandle
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (4)
1006if (_viewHandle != null) 1007_viewHandle.Dispose(); 1077if (_viewHandle.IsInvalid) 1088Initialize((byte*)_viewHandle.Memory, size, size, FileAccess.Read);