11 references to WriteInt32
PresentationFramework (3)
MS\Internal\Controls\EnumUnknown.cs (2)
40Marshal.WriteInt32(pceltFetched, 0, 0); 66Marshal.WriteInt32(pceltFetched, 0, fetched);
System\Windows\Documents\InputScopeAttribute.cs (1)
65Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)_inputScope.Names[i]).NameValue);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
552Marshal.WriteInt32(ptr, offset, value);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
469public static void WriteInt32(IntPtr ptr, int val) => WriteInt32(ptr, 0, val);
System.Windows.Forms.Tests (4)
System\Windows\Forms\RichTextBoxTests.cs (4)
10228Marshal.WriteInt32(ptr, IntPtr.Size * 2, (int)PInvoke.EN_PROTECTED); 10229Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.EM_SETCHARFORMAT); 10464Marshal.WriteInt32(ptr, IntPtr.Size * 2, (int)PInvoke.EN_PROTECTED); 10465Marshal.WriteInt32(ptr, IntPtr.Size * 2 + IntPtr.Size, (int)PInvokeCore.EM_SETCHARFORMAT);
UIAutomationTypes (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (2)
2030Marshal.WriteInt32(mem, 8, (int) data1); 2031Marshal.WriteInt32(mem, 12, (int) data2);