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