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