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)
44Invariant.Assert(_asyncChannel == null); 96if (_asyncChannel != null) 98_asyncChannel.Close(); 207return _asyncChannel;