13 references to WriteInt16
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
142Marshal.WriteInt16(pBuffer, 0);
System.Drawing (6)
commonui\System\Drawing\Advanced\EncoderParameter.cs (1)
149Marshal.WriteInt16(parameterValue, value);
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
1113Marshal.WriteInt16(namesPointer, offset); // wDriverOffset 1115Marshal.WriteInt16((IntPtr)(checked((long)namesPointer + 2)), offset); // wDeviceOffset 1117Marshal.WriteInt16((IntPtr)(checked((long)namesPointer + 4)), offset); // wOutputOffset 1119Marshal.WriteInt16((IntPtr)(checked((long)namesPointer + 6)), offset); // wDefault 1411Marshal.WriteInt16((IntPtr)(checked((long)address + data.Length*2)), 0);
System.Messaging (4)
System\Messaging\Interop\Restrictions.cs (4)
50Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(8), vt); 51Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(10), (short)0); 52Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(12), (short)0); 53Marshal.WriteInt16(restrictionStructure.GetNextValidPtr(14), (short)0);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4395Marshal.WriteInt16(mem, vt);
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4703Marshal.WriteInt16(mem, vt);