5 writes to IsUnsafe
PresentationFramework (5)
System\Windows\Markup\WpfXamlLoader.cs (2)
123
frame.NavigationService.
IsUnsafe
= true;
127
nw.NavigationService.
IsUnsafe
= true;
System\Windows\Markup\XamlReader.cs (2)
387
frame.NavigationService.
IsUnsafe
= true;
391
nw.NavigationService.
IsUnsafe
= true;
System\Windows\Navigation\NavigationService.cs (1)
129
IsUnsafe
= true;
1 reference to IsUnsafe
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2884
Object o = MimeObjectFactory.GetObjectAndCloseStreamCore(bindStream, contentType, destinationUri, canUseTopLevelBrowserForHTMLRendering, sandBoxContent, true /*allowAsync*/, IsJournalNavigation(navigateInfo), out _asyncObjectConverter,
IsUnsafe
);