2 writes to _asyncChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
50
_asyncChannel
= new DUCE.Channel(
99
_asyncChannel
= null;
4 references to _asyncChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
44
Invariant.Assert(
_asyncChannel
== null);
96
if (
_asyncChannel
!= null)
98
_asyncChannel
.Close();
207
return
_asyncChannel
;