14 references to MakeRelativePath
ReachFramework (14)
Packaging\XpsFixedDocumentReaderWriter.cs (3)
494
string structurePath = XpsManager.
MakeRelativePath
(this.Uri, _documentStructure.Uri);
543
string relativePath = XpsManager.
MakeRelativePath
(this.Uri, targetUri);
854
String relativePath = XpsManager.
MakeRelativePath
(Uri, partUri);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (1)
486
String relativePath = XpsManager.
MakeRelativePath
(Uri, partUri);
Packaging\XpsFixedPageReaderWriter.cs (7)
733
string relativePath = XpsManager.
MakeRelativePath
(this.Uri, targetUri);
830
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
871
string storyFragmentPath = XpsManager.
MakeRelativePath
(this.Uri, _storyFragment.Uri);
1634
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1675
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1747
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1785
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
Packaging\XpsManager.cs (2)
451
string relativePath = XpsManager.
MakeRelativePath
(metroPart.Uri, printTicketPart.Uri);
505
string relativePath = XpsManager.
MakeRelativePath
(metroPart.Uri, printTicketPart.Uri);
Packaging\XpsResource.cs (1)
69
return new Uri(XpsManager.
MakeRelativePath
(this.Uri, inUri), UriKind.Relative);