3 implementations of RemoveHandler
PresentationCore (3)
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
628public void RemoveHandler(RoutedEvent routedEvent, Delegate handler)
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
628public void RemoveHandler(RoutedEvent routedEvent, Delegate handler)
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
410public void RemoveHandler(RoutedEvent routedEvent, Delegate handler)
2 references to RemoveHandler
PresentationFramework (2)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
1011element.RemoveHandler(routedEvent, handler);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3817iie.RemoveHandler(Hyperlink.RequestNavigateEvent, navHandler);