2 writes to Channel
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
154_head.Channel = channel; 198proxy.Channel = channel;
9 references to Channel
PresentationCore (9)
System\Windows\Media\VisualProxy.cs (9)
59return _head.Channel == null ? 0 : 1; 71_tail[tailLength - 1].Channel == null; 143if (_head.Channel == null) 351return _head.Channel; 355return _tail[index - 1].Channel; 492if (_head.Channel != null) 512if (_head.Channel != null) 543if (_head.Channel == channel) 551if (_tail[i].Channel == channel)