2 instantiations of Proxy
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
260
_head = new
Proxy
();
330
_tail[count - 2] = new
Proxy
();
6 references to Proxy
PresentationCore (6)
System\Windows\Media\VisualProxy.cs (6)
175
_tail = new
Proxy
[2];
195
Proxy
proxy;
569
Proxy
[] reallocatedTail = new
Proxy
[newLength];
604
private
Proxy
_head;
609
private
Proxy
[] _tail;