14 references to MakeRelativePath
ReachFramework (14)
Packaging\XpsFixedDocumentReaderWriter.cs (3)
493
string structurePath = XpsManager.
MakeRelativePath
(this.Uri, _documentStructure.Uri);
542
string relativePath = XpsManager.
MakeRelativePath
(this.Uri, targetUri);
853
String relativePath = XpsManager.
MakeRelativePath
(Uri, partUri);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (1)
485
String relativePath = XpsManager.
MakeRelativePath
(Uri, partUri);
Packaging\XpsFixedPageReaderWriter.cs (7)
732
string relativePath = XpsManager.
MakeRelativePath
(this.Uri, targetUri);
829
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
870
string storyFragmentPath = XpsManager.
MakeRelativePath
(this.Uri, _storyFragment.Uri);
1630
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1671
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1743
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
1781
string resourcePath = XpsManager.
MakeRelativePath
(this.Uri, metroPart.Uri);
Packaging\XpsManager.cs (2)
450
string relativePath = XpsManager.
MakeRelativePath
(metroPart.Uri, printTicketPart.Uri);
504
string relativePath = XpsManager.
MakeRelativePath
(metroPart.Uri, printTicketPart.Uri);
Packaging\XpsResource.cs (1)
68
return new Uri(XpsManager.
MakeRelativePath
(this.Uri, inUri), UriKind.Relative);