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