3 references to _relationshipPartSegmentName
WindowsBase (3)
Base\System\IO\Packaging\PackUriHelper.cs (3)
465partName = Path.Combine(partName, _relationshipPartSegmentName); // Adding the "_rels" segment 523Debug.Assert((path.Length - _relationshipPartSegmentName.Length) > 0, 526path = path.Substring(0, path.Length - _relationshipPartSegmentName.Length); // Removing rels segment