3 references to Handled
PresentationFramework (3)
System\Windows\Navigation\NavigationService.cs (3)
2733
if (!e.
Handled
)
2742
if (!e.
Handled
&& this.Application != null && this.Application.CheckAccess())
2755
return e.
Handled
;