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