2 writes to IsUnsafe
PresentationFramework (2)
System\Windows\Markup\WpfXamlLoader.cs (1)
124
rd.
IsUnsafe
= true;
System\Windows\ResourceDictionary.cs (1)
2531
IsUnsafe
= loadedRD.IsUnsafe;
2 references to IsUnsafe
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
229
ResourceDictionary loadedRD = MimeObjectFactory.GetObjectAndCloseStreamCore(s, contentType, uri, false, false, false /*allowAsync*/, false /*isJournalNavigation*/, out asyncObjectConverter,
IsUnsafe
)
2531
IsUnsafe = loadedRD.
IsUnsafe
;