11 references to GetPrefixOf
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
474string prefix = scope.GetPrefixOf(uri);
538_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue);
558_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), dependencyProperty.Name, xamlUri, property.StringValue);
567string propertyPrefix = scope.GetPrefixOf(typeUri);
590_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), property.PropertyDescriptor.Name, xamlUri, property.StringValue);
703WritePropertyStart(scope.GetPrefixOf(dpUri),
1041string prefix = scope.GetPrefixOf(uri);
1081_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace);
1378return _containingScope.GetPrefixOf(uri);
1416if (GetPrefixOf(uri) == null)
1533string prefix = _scope.GetPrefixOf(uri);