16 references to NamespaceCache
PresentationFramework (16)
System\Windows\Markup\Primitives\MarkupWriter.cs (16)
204scope.MakeAddressable(NamespaceCache.XamlNamespace);
451scope.RecordMapping("", NamespaceCache.GetNamespaceUriFor(item.ObjectType));
537scope.MakeAddressable(NamespaceCache.XamlNamespace);
538_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue);
585_writer.WriteAttributeString("xml", "lang", NamespaceCache.XmlNamespace, property.StringValue);
589string xamlUri = scope.MakeAddressable(NamespaceCache.XamlNamespace);
609scope.MakeAddressable(NamespaceCache.XamlNamespace);
613scope.MakeAddressable(NamespaceCache.XamlNamespace);
631_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri);
641_writer.WriteAttributeString("xml", "space", NamespaceCache.XmlNamespace, "preserve");
1080scope.MakeAddressable(NamespaceCache.XamlNamespace);
1081_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace);
1411return MakeAddressable(NamespaceCache.GetNamespaceUriFor(type));
1418string basePrefix = NamespaceCache.GetDefaultPrefixFor(uri);