1 write to _memoryHandle
PresentationCore (1)
MS\Internal\FontCache\FontSource.cs (1)
388
_memoryHandle
= GCHandle.Alloc(bits, GCHandleType.Pinned);
3 references to _memoryHandle
PresentationCore (3)
MS\Internal\FontCache\FontSource.cs (3)
393
(byte *)
_memoryHandle
.AddrOfPinnedObject(),
410
Debug.Assert(
_memoryHandle
.IsAllocated);
411
_memoryHandle
.Free();