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