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