7 references to Normal
mscorlib (2)
system\runtime\interopservices\gchandle.cs (1)
93
return 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)
190
epd.m_handle = System.Runtime.InteropServices.GCHandle.Alloc(epw, System.Runtime.InteropServices.GCHandleType.
Normal
);
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (1)
795
sd.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)
14589
rootRef = GCHandle.Alloc(GetControl(), GCHandleType.
Normal
);
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
1016
rootRef = GCHandle.Alloc(reference, GCHandleType.
Normal
);