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