3 references to Dictionary
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeInvokerTests.cs (3)
109Assert.Equal("a", instance.Dictionary[1]); 110Assert.Null(instance.Dictionary[2]); 557public void Add(object key, object value) => Dictionary.Add(key, value);