2 writes to _handler
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
2725
_handler
= new ThreadMessageEventHandler(this.OnPreprocessMessage);
2762
_handler
= null;
4 references to _handler
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
2729
ComponentDispatcher.CriticalAddThreadPreprocessMessageHandlerFirst(
_handler
);
2733
ComponentDispatcher.ThreadPreprocessMessage +=
_handler
;
2755
ComponentDispatcher.CriticalRemoveThreadPreprocessMessageHandlerFirst(
_handler
);
2759
ComponentDispatcher.ThreadPreprocessMessage -=
_handler
;