1 implementation of IAppDomainShutdownListener
PresentationCore (1)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
49public class D3DImage : ImageSource, IAppDomainShutdownListener
5 references to IAppDomainShutdownListener
PresentationCore (5)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
973void IAppDomainShutdownListener.NotifyShutdown()
Shared\MS\Internal\AppDomainShutdownMonitor.cs (4)
38Debug.Assert(listener.Target is IAppDomainShutdownListener); 51Debug.Assert(listener.Target == null || listener.Target is IAppDomainShutdownListener); 73IAppDomainShutdownListener listener = value.Target as IAppDomainShutdownListener;