2 writes to _asyncChannel
PresentationCore (2)
System\Windows\Media\ChannelManager.cs (2)
69
_asyncChannel
= new DUCE.Channel(
118
_asyncChannel
= null;
4 references to _asyncChannel
PresentationCore (4)
System\Windows\Media\ChannelManager.cs (4)
63
Invariant.Assert(
_asyncChannel
== null);
115
if (
_asyncChannel
!= null)
117
_asyncChannel
.Close();
226
return
_asyncChannel
;