2 instantiations of Proxy
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualProxy.cs (2)
270
_head = new
Proxy
();
340
_tail[count - 2] = new
Proxy
();
6 references to Proxy
PresentationCore (6)
Core\CSharp\System\Windows\Media\VisualProxy.cs (6)
185
_tail = new
Proxy
[2];
205
Proxy
proxy;
579
Proxy
[] reallocatedTail = new
Proxy
[newLength];
614
private
Proxy
_head;
619
private
Proxy
[] _tail;