11 references to GetPrefixOf
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
467string prefix = scope.GetPrefixOf(uri);
531_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue);
551_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), dependencyProperty.Name, xamlUri, property.StringValue);
560string propertyPrefix = scope.GetPrefixOf(typeUri);
583_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), property.PropertyDescriptor.Name, xamlUri, property.StringValue);
696WritePropertyStart(scope.GetPrefixOf(dpUri),
1034string prefix = scope.GetPrefixOf(uri);
1074_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace);
1371return _containingScope.GetPrefixOf(uri);
1409if (GetPrefixOf(uri) == null)
1526string prefix = _scope.GetPrefixOf(uri);