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