1 write to objectGraphTable
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
2428
objectGraphTable
= new Dictionary<object, ObjectMarkupInfo>(new ObjectReferenceEqualityComparer());
2 references to objectGraphTable
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
2433
objectGraphTable
.Add(value, info);
2448
if (!
objectGraphTable
.TryGetValue(value, out result))