6 references to Add
Microsoft.VisualStudio.LanguageServices.CSharp (3)
SemanticSearch\SemanticSearchToolWindowImpl.cs (3)
221context.XmlnsDictionary.Add("", "http://schemas.microsoft.com/winfx/2006/xaml/presentation"); 222context.XmlnsDictionary.Add("x", "http://schemas.microsoft.com/winfx/2006/xaml"); 223context.XmlnsDictionary.Add("vsui", "clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0");
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
294wpfDefaultNamespace.Add(String.Empty, Baml2006SchemaContext.WpfNamespace);
System\Windows\Markup\ParserContext.cs (1)
121_xmlnsDictionary.Add(key, xmlnsManager.LookupNamespace(key));
System\Windows\Markup\WpfXamlLoader.cs (1)
224stack.CurrentFrame.XmlnsDictionary.Add(xamlReader.Namespace.Prefix, xamlReader.Namespace.Namespace);