2 instantiations of Proxy
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
269
_head = new
Proxy
();
339
_tail[count - 2] = new
Proxy
();
6 references to Proxy
PresentationCore (6)
System\Windows\Media\VisualProxy.cs (6)
184
_tail = new
Proxy
[2];
204
Proxy
proxy;
578
Proxy
[] reallocatedTail = new
Proxy
[newLength];
613
private
Proxy
_head;
618
private
Proxy
[] _tail;