3 writes to _proxy
PresentationUI (3)
MS\Internal\Documents\Application\StreamProxy.cs (3)
50
_proxy
= targetOfProxy;
214
_proxy
= null;
256
_proxy
= value;
22 references to _proxy
PresentationUI (22)
MS\Internal\Documents\Application\StreamProxy.cs (22)
66
get { return
_proxy
.CanRead; }
74
get { return
_proxy
.CanSeek; }
84
return
_proxy
.CanTimeout;
93
get { return
_proxy
.CanWrite; }
101
_proxy
.Close();
109
_proxy
.Flush();
117
get { return
_proxy
.Length; }
127
return
_proxy
.Position;
131
_proxy
.Position = value;
140
return
_proxy
.Read(buffer, offset, count);
150
return
_proxy
.ReadTimeout;
154
_proxy
.ReadTimeout = value;
163
return
_proxy
.Seek(offset, origin);
171
_proxy
.SetLength(value);
179
_proxy
.Write(buffer, offset, count);
189
return
_proxy
.WriteTimeout;
193
_proxy
.WriteTimeout = value;
211
if (disposing &&
_proxy
!= null)
213
_proxy
.Dispose();
231
return
_proxy
.GetHashCode();
239
return
_proxy
.Equals(obj);
251
get { return
_proxy
; }