2 writes to _handler
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
2719_handler = new ThreadMessageEventHandler(this.OnPreprocessMessage); 2756_handler = null;
4 references to _handler
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2723ComponentDispatcher.CriticalAddThreadPreprocessMessageHandlerFirst(_handler); 2727ComponentDispatcher.ThreadPreprocessMessage += _handler; 2749ComponentDispatcher.CriticalRemoveThreadPreprocessMessageHandlerFirst(_handler); 2753ComponentDispatcher.ThreadPreprocessMessage -= _handler;