1 write to m_handle
PresentationCore (1)
Core\CSharp\System\Windows\Media\EventProxy.cs (1)
190
epd.
m_handle
= System.Runtime.InteropServices.GCHandle.Alloc(epw, System.Runtime.InteropServices.GCHandleType.Normal);
5 references to m_handle
PresentationCore (5)
Core\CSharp\System\Windows\Media\EventProxy.cs (5)
48
Debug.Assert(((IntPtr)pEPD.
m_handle
) != IntPtr.Zero, "If this asserts fires: Why is it firing? It might be legal in future.");
49
EventProxyWrapper epw = (EventProxyWrapper)(pEPD.
m_handle
.Target);
50
((System.Runtime.InteropServices.GCHandle)(pEPD.
m_handle
)).Free();
148
Debug.Assert(((IntPtr)epd.
m_handle
) != IntPtr.Zero, "Stream is disposed.");
149
System.Runtime.InteropServices.GCHandle handle = (System.Runtime.InteropServices.GCHandle)(epd.
m_handle
);