2 references to initializedTypes
PresentationFramework (2)
System\Windows\Markup\RoutedEventValueSerializer.cs (2)
44
while (currentType != null && !
initializedTypes
.ContainsKey(currentType))
47
initializedTypes
[currentType] = currentType;