1 write to _gchThis
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinEventHandler.cs (1)
52_gchThis = GCHandle.Alloc(_winEventProc.Value);
3 references to _gchThis
PresentationFramework (3)
src\Framework\System\Windows\Documents\WinEventHandler.cs (3)
97if (_gchThis.IsAllocated) 99_gchThis.Free(); 113if (_gchThis.IsAllocated)