Base:
method
ExtractUriFromAttr
System.Windows.Documents.XpsSchema.ExtractUriFromAttr(System.String, System.String)
1 override of ExtractUriFromAttr
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
732public override string [] ExtractUriFromAttr(string attrName, string attrValue)
1 reference to ExtractUriFromAttr
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
739return base.ExtractUriFromAttr(attrName, attrValue);