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