2 writes to Channel
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
153_head.Channel = channel; 197proxy.Channel = channel;
9 references to Channel
PresentationCore (9)
System\Windows\Media\VisualProxy.cs (9)
58return _head.Channel == null ? 0 : 1; 70_tail[tailLength - 1].Channel == null; 142if (_head.Channel == null) 350return _head.Channel; 354return _tail[index - 1].Channel; 491if (_head.Channel != null) 511if (_head.Channel != null) 542if (_head.Channel == channel) 550if (_tail[i].Channel == channel)