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(),
476
Debug.Assert(
_memoryHandle
.IsAllocated);
477
_memoryHandle
.Free();