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)
43Invariant.Assert(_asyncChannel == null); 95if (_asyncChannel != null) 97_asyncChannel.Close(); 206return _asyncChannel;