2 writes to _weakShutdownHandler
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
300_weakShutdownHandler = new WeakEventDispatcherShutdown(this, this.Dispatcher); 2637_weakShutdownHandler = null;
2 references to _weakShutdownHandler
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
2634if(null != _weakShutdownHandler) 2636_weakShutdownHandler.Dispose();