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