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