11 references to GetPrefixOf
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
469string prefix = scope.GetPrefixOf(uri); 533_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue); 553_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), dependencyProperty.Name, xamlUri, property.StringValue); 562string propertyPrefix = scope.GetPrefixOf(typeUri); 585_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), property.PropertyDescriptor.Name, xamlUri, property.StringValue); 698WritePropertyStart(scope.GetPrefixOf(dpUri), 1036string prefix = scope.GetPrefixOf(uri); 1076_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace); 1373return _containingScope.GetPrefixOf(uri); 1411if (GetPrefixOf(uri) == null) 1528string prefix = _scope.GetPrefixOf(uri);