3 writes to _proxy
PresentationUI (3)
MS\Internal\Documents\Application\StreamProxy.cs (3)
52
_proxy
= targetOfProxy;
216
_proxy
= null;
258
_proxy
= value;
22 references to _proxy
PresentationUI (22)
MS\Internal\Documents\Application\StreamProxy.cs (22)
68
get { return
_proxy
.CanRead; }
76
get { return
_proxy
.CanSeek; }
86
return
_proxy
.CanTimeout;
95
get { return
_proxy
.CanWrite; }
103
_proxy
.Close();
111
_proxy
.Flush();
119
get { return
_proxy
.Length; }
129
return
_proxy
.Position;
133
_proxy
.Position = value;
142
return
_proxy
.Read(buffer, offset, count);
152
return
_proxy
.ReadTimeout;
156
_proxy
.ReadTimeout = value;
165
return
_proxy
.Seek(offset, origin);
173
_proxy
.SetLength(value);
181
_proxy
.Write(buffer, offset, count);
191
return
_proxy
.WriteTimeout;
195
_proxy
.WriteTimeout = value;
213
if (disposing &&
_proxy
!= null)
215
_proxy
.Dispose();
233
return
_proxy
.GetHashCode();
241
return
_proxy
.Equals(obj);
253
get { return
_proxy
; }