2 writes to Channel
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
162_head.Channel = channel; 206proxy.Channel = channel;
9 references to Channel
PresentationCore (9)
System\Windows\Media\VisualProxy.cs (9)
67return _head.Channel == null ? 0 : 1; 79_tail[tailLength - 1].Channel == null; 151if (_head.Channel == null) 359return _head.Channel; 363return _tail[index - 1].Channel; 500if (_head.Channel != null) 520if (_head.Channel != null) 551if (_head.Channel == channel) 559if (_tail[i].Channel == channel)