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