3 references to SafeTypesFromRegistry
PresentationFramework (3)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (3)
143
if (
SafeTypesFromRegistry
.Contains("*"))
188
if (type is null ||
SafeTypesFromRegistry
.Contains("*") || _safeTypesSet.Contains(type) ||
SafeTypesFromRegistry
.Contains(type.FullName))