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