1 write to _gchThis
PresentationFramework (1)
System\Windows\Documents\WinEventHandler.cs (1)
34
_gchThis
= GCHandle.Alloc(_winEventProc);
3 references to _gchThis
PresentationFramework (3)
System\Windows\Documents\WinEventHandler.cs (3)
74
if (
_gchThis
.IsAllocated)
76
_gchThis
.Free();
83
if (
_gchThis
.IsAllocated)