2 writes to Channel
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualProxy.cs (2)
163_head.Channel = channel; 207proxy.Channel = channel;
9 references to Channel
PresentationCore (9)
Core\CSharp\System\Windows\Media\VisualProxy.cs (9)
68return _head.Channel == null ? 0 : 1; 80_tail[tailLength - 1].Channel == null; 152if (_head.Channel == null) 360return _head.Channel; 364return _tail[index - 1].Channel; 501if (_head.Channel != null) 521if (_head.Channel != null) 552if (_head.Channel == channel) 560if (_tail[i].Channel == channel)