2 overrides of RootNamespaceUri
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSchema.cs (2)
404
public override string
RootNamespaceUri
780
public override string
RootNamespaceUri
2 references to RootNamespaceUri
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSchema.cs (2)
86
if ( !string.IsNullOrEmpty(schema.
RootNamespaceUri
) )
89
predefinedNamespaces[0] = schema.
RootNamespaceUri
;