7 references to Normal
mscorlib (2)
system\runtime\interopservices\gchandle.cs (1)
93return new GCHandle(value, GCHandleType.Normal);
system\runtime\remoting\serveridentity.cs (1)
90_srvIdentityHandle = new GCHandle(this, GCHandleType.Normal);
PresentationCore (2)
Core\CSharp\System\Windows\Media\EventProxy.cs (1)
190epd.m_handle = System.Runtime.InteropServices.GCHandle.Alloc(epw, System.Runtime.InteropServices.GCHandleType.Normal);
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (1)
795sd.m_handle = System.Runtime.InteropServices.GCHandle.Alloc(sais, System.Runtime.InteropServices.GCHandleType.Normal);
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
741_gcHandle = GCHandle.Alloc(this, GCHandleType.Normal);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
14589rootRef = GCHandle.Alloc(GetControl(), GCHandleType.Normal);
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
1016rootRef = GCHandle.Alloc(reference, GCHandleType.Normal);