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