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