2 writes to _asyncChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
49
_asyncChannel
= new DUCE.Channel(
98
_asyncChannel
= null;
4 references to _asyncChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
43
Invariant.Assert(
_asyncChannel
== null);
95
if (
_asyncChannel
!= null)
97
_asyncChannel
.Close();
206
return
_asyncChannel
;