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