1 write to _memoryHandle
PresentationCore (1)
MS\Internal\FontCache\FontSource.cs (1)
433
_memoryHandle
= GCHandle.Alloc(bits, GCHandleType.Pinned);
3 references to _memoryHandle
PresentationCore (3)
MS\Internal\FontCache\FontSource.cs (3)
438
(byte *)
_memoryHandle
.AddrOfPinnedObject(),
455
Debug.Assert(
_memoryHandle
.IsAllocated);
456
_memoryHandle
.Free();