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