5 references to RemoveHook
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
3659
hwnd.
RemoveHook
(hook);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
381
_source.
RemoveHook
(new HwndSourceHook(ImmCompositionFilterMessage));
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1522
_hwndSource.
RemoveHook
(_WndProc);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (1)
126
this.hwndSource.
RemoveHook
(new HwndSourceHook(OnMessage));
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (1)
61
source.
RemoveHook
(wmHandler);