src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (16)
219scope.MakeAddressable(NamespaceCache.XamlNamespace);
466scope.RecordMapping("", NamespaceCache.GetNamespaceUriFor(item.ObjectType));
552scope.MakeAddressable(NamespaceCache.XamlNamespace);
553_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue);
600_writer.WriteAttributeString("xml", "lang", NamespaceCache.XmlNamespace, property.StringValue);
604string xamlUri = scope.MakeAddressable(NamespaceCache.XamlNamespace);
624scope.MakeAddressable(NamespaceCache.XamlNamespace);
628scope.MakeAddressable(NamespaceCache.XamlNamespace);
646_writer.WriteAttributeString("xmlns", mapping.Prefix, NamespaceCache.XmlnsNamespace, mapping.Uri);
656_writer.WriteAttributeString("xml", "space", NamespaceCache.XmlNamespace, "preserve");
1094scope.MakeAddressable(NamespaceCache.XamlNamespace);
1095_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace);
1425return MakeAddressable(NamespaceCache.GetNamespaceUriFor(type));
1432string basePrefix = NamespaceCache.GetDefaultPrefixFor(uri);