3 writes to _proxy
PresentationUI (3)
MS\Internal\Documents\Application\StreamProxy.cs (3)
51
_proxy
= targetOfProxy;
215
_proxy
= null;
257
_proxy
= value;
22 references to _proxy
PresentationUI (22)
MS\Internal\Documents\Application\StreamProxy.cs (22)
67
get { return
_proxy
.CanRead; }
75
get { return
_proxy
.CanSeek; }
85
return
_proxy
.CanTimeout;
94
get { return
_proxy
.CanWrite; }
102
_proxy
.Close();
110
_proxy
.Flush();
118
get { return
_proxy
.Length; }
128
return
_proxy
.Position;
132
_proxy
.Position = value;
141
return
_proxy
.Read(buffer, offset, count);
151
return
_proxy
.ReadTimeout;
155
_proxy
.ReadTimeout = value;
164
return
_proxy
.Seek(offset, origin);
172
_proxy
.SetLength(value);
180
_proxy
.Write(buffer, offset, count);
190
return
_proxy
.WriteTimeout;
194
_proxy
.WriteTimeout = value;
212
if (disposing &&
_proxy
!= null)
214
_proxy
.Dispose();
232
return
_proxy
.GetHashCode();
240
return
_proxy
.Equals(obj);
252
get { return
_proxy
; }