2 writes to IsUnsafe
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (2)
128
frame.NavigationService.
IsUnsafe
= true;
132
nw.NavigationService.
IsUnsafe
= true;
1 reference to IsUnsafe
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2943
Object o = MimeObjectFactory.GetObjectAndCloseStreamCore(bindStream, contentType, destinationUri, canUseTopLevelBrowserForHTMLRendering, sandBoxContent, true /*allowAsync*/, IsJournalNavigation(navigateInfo), out _asyncObjectConverter,
IsUnsafe
);