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