1 write to _memoryHandle
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
437_memoryHandle = GCHandle.Alloc(bits, GCHandleType.Pinned);
3 references to _memoryHandle
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (3)
448 (byte *)_memoryHandle.AddrOfPinnedObject(), 476Debug.Assert(_memoryHandle.IsAllocated); 477_memoryHandle.Free();