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