4 references to _relationshipPartUpperCaseExtension
WindowsBase (4)
Base\System\IO\Packaging\PackUriHelper.cs (4)
1218
if (!NormalizedPartUriString.EndsWith(
_relationshipPartUpperCaseExtension
, StringComparison.Ordinal))
1242
Debug.Assert(String.CompareOrdinal((Path.GetExtension(segments[segments.Length - 1])),
_relationshipPartUpperCaseExtension
) == 0);
1320
private static readonly string _relsrelsUpperCaseExtension = String.Concat(
_relationshipPartUpperCaseExtension
,
_relationshipPartUpperCaseExtension
);