1 write to _gchThis
PresentationFramework (1)
System\Windows\Documents\WinEventHandler.cs (1)
40
_gchThis
= GCHandle.Alloc(_winEventProc);
3 references to _gchThis
PresentationFramework (3)
System\Windows\Documents\WinEventHandler.cs (3)
80
if (
_gchThis
.IsAllocated)
82
_gchThis
.Free();
89
if (
_gchThis
.IsAllocated)