2 writes to _handler
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
2760_handler = new ThreadMessageEventHandler(this.OnPreprocessMessage); 2797_handler = null;
4 references to _handler
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2764ComponentDispatcher.CriticalAddThreadPreprocessMessageHandlerFirst(_handler); 2768ComponentDispatcher.ThreadPreprocessMessage += _handler; 2790ComponentDispatcher.CriticalRemoveThreadPreprocessMessageHandlerFirst(_handler); 2794ComponentDispatcher.ThreadPreprocessMessage -= _handler;