28 references to WriteInt32
mscorlib (3)
system\runtime\interopservices\marshal.cs (3)
741
WriteInt32
(ptr,0,val);
748
WriteInt32
(ptr, ofs, (int)val);
768
WriteInt32
(ptr, 0, (int)val);
PresentationFramework (3)
src\Framework\MS\Internal\Controls\EnumUnknown.cs (2)
55
Marshal.
WriteInt32
(pceltFetched, 0, 0);
81
Marshal.
WriteInt32
(pceltFetched, 0, fetched);
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (1)
87
Marshal.
WriteInt32
(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue);
System (3)
net\System\Net\WebSockets\WebSocketBuffer.cs (3)
143
Marshal.
WriteInt32
(internalBufferPtr, offset, m_ReceiveBufferSize);
145
Marshal.
WriteInt32
(internalBufferPtr, offset, m_SendBufferSize);
149
Marshal.
WriteInt32
(internalBufferPtr, offset, useZeroMaskingKey ? (int)1 : (int)0);
System.Data (9)
fx\src\data\System\Data\OleDb\PropertyIDSet.cs (2)
38
Marshal.
WriteInt32
(base.handle, ADP.PtrSize, /*propertyid count*/1);
44
Marshal.
WriteInt32
(base.handle, PropertyIDSetSize, propertyID);
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
484
Marshal.
WriteInt32
(ptr, offset, value);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (6)
2350
Marshal.
WriteInt32
(pNtAuthority, 0, 0);
2480
Marshal.
WriteInt32
(pSecurityAttributes, 0, sizeofSECURITY_ATTRIBUTES); // nLength = sizeof(SECURITY_ATTRIBUTES)
2482
Marshal.
WriteInt32
(pSecurityAttributes, 8, 0); // bInheritHandle = FALSE
2511
Marshal.
WriteInt32
(pMemMap, offset, (int)dwpidDebugger);
2513
Marshal.
WriteInt32
(pMemMap, offset, (int)dwOption);
2519
Marshal.
WriteInt32
(pMemMap, offset, (int)cbData);
System.Drawing (3)
commonui\System\Drawing\Advanced\ColorPalette.cs (3)
95
Marshal.
WriteInt32
(memory, 0, flags);
97
Marshal.
WriteInt32
((IntPtr)checked((long)memory + 4), 0, length);
102
Marshal.
WriteInt32
((IntPtr)((long)memory + 4*(i+2)), 0, entries[i].ToArgb());
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
193
Marshal.
WriteInt32
(pDispID, index * sizeof(int), (int)dispID);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (2)
5204
Marshal.
WriteInt32
(pceltFetched, 0, 0);
5225
Marshal.
WriteInt32
(pceltFetched, 0, fetched);
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4399
Marshal.
WriteInt32
(mem, 8, (int) data1);
4400
Marshal.
WriteInt32
(mem, 12, (int) data2);
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4707
Marshal.
WriteInt32
(mem, 8, (int) data1.Value);
4708
Marshal.
WriteInt32
(mem, 12, (int) data2.Value);