2 implementations of Write
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
188
public virtual int
Write
(IntPtr buf, /* cpr: int offset,*/ int length) {
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
369
public virtual int
Write
(IntPtr buf, /* cpr: int offset,*/ int length) {
2 references to Write
System.Drawing (2)
commonui\System\Drawing\Advanced\GPStream.cs (1)
83
if (pstm.
Write
(buffer, read) != read) {
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
264
if (pstm.
Write
(buffer, read) != read) {