2 writes to _handler
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
3129
_handler
= new ThreadMessageEventHandler(this.OnPreprocessMessage);
3176
_handler
= null;
4 references to _handler
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
3133
ComponentDispatcher.CriticalAddThreadPreprocessMessageHandlerFirst(
_handler
);
3137
ComponentDispatcher.ThreadPreprocessMessage +=
_handler
;
3169
ComponentDispatcher.CriticalRemoveThreadPreprocessMessageHandlerFirst(
_handler
);
3173
ComponentDispatcher.ThreadPreprocessMessage -=
_handler
;