3 references to Handled
PresentationFramework (3)
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
2925
if (!e.
Handled
)
2934
if (!e.
Handled
&& this.Application != null && this.Application.CheckAccess())
2947
return e.
Handled
;