16 references to NamespaceCache
PresentationFramework (16)
System\Windows\Markup\Primitives\MarkupWriter.cs (16)
199scope.MakeAddressable(NamespaceCache.XamlNamespace);
446scope.RecordMapping("", NamespaceCache.GetNamespaceUriFor(item.ObjectType));
532scope.MakeAddressable(NamespaceCache.XamlNamespace);
533_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue);
580_writer.WriteAttributeString("xml", "lang", NamespaceCache.XmlNamespace, property.StringValue);
584string xamlUri = scope.MakeAddressable(NamespaceCache.XamlNamespace);
604scope.MakeAddressable(NamespaceCache.XamlNamespace);
608scope.MakeAddressable(NamespaceCache.XamlNamespace);
626_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri);
636_writer.WriteAttributeString("xml", "space", NamespaceCache.XmlNamespace, "preserve");
1075scope.MakeAddressable(NamespaceCache.XamlNamespace);
1076_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace);
1406return MakeAddressable(NamespaceCache.GetNamespaceUriFor(type));
1413string basePrefix = NamespaceCache.GetDefaultPrefixFor(uri);