3 references to RelationshipPartSegmentName
System.IO.Packaging (3)
System\IO\Packaging\PackUriHelper.cs (3)
214partName = Path.Combine(partName, RelationshipPartSegmentName, file); // Adding the "_rels" segment and the last segment back 270Debug.Assert((path.Length - RelationshipPartSegmentName.Length) > 0, 273path = path.Substring(0, path.Length - RelationshipPartSegmentName.Length); // Removing rels segment