2 overrides of RootNamespaceUri
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
401
public override string
RootNamespaceUri
770
public override string
RootNamespaceUri
2 references to RootNamespaceUri
PresentationFramework (2)
System\Windows\Documents\FixedSchema.cs (2)
83
if ( !string.IsNullOrEmpty(schema.
RootNamespaceUri
) )
86
predefinedNamespaces[0] = schema.
RootNamespaceUri
;