11 references to GetPrefixOf
PresentationFramework (11)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (11)
489string prefix = scope.GetPrefixOf(uri); 553_writer.WriteAttributeString(scope.GetPrefixOf(NamespaceCache.XamlNamespace), "Key", NamespaceCache.XamlNamespace, property.StringValue); 573_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), dependencyProperty.Name, xamlUri, property.StringValue); 582string propertyPrefix = scope.GetPrefixOf(typeUri); 605_writer.WriteAttributeString(scope.GetPrefixOf(xamlUri), property.PropertyDescriptor.Name, xamlUri, property.StringValue); 718WritePropertyStart(scope.GetPrefixOf(dpUri), property.DependencyProperty.OwnerType.Name + "." + property.DependencyProperty.Name, dpUri); 1055string prefix = scope.GetPrefixOf(uri); 1095_writer.WriteStartElement(scope.GetPrefixOf(NamespaceCache.XamlNamespace), XamlReaderHelper.DefinitionXDataTag, NamespaceCache.XamlNamespace); 1392return _containingScope.GetPrefixOf(uri); 1430if (GetPrefixOf(uri) == null) 1548string prefix = _scope.GetPrefixOf(uri);