3 references to ConvertBackSlashPathToStringArrayPath
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileReference.cs (1)
130string[] segments = ContainerUtilities.ConvertBackSlashPathToStringArrayPath(reference.FullName);
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStorageReference.cs (1)
154string[] strings = ContainerUtilities.ConvertBackSlashPathToStringArrayPath(_fullName);
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (1)
160string[] strings = ContainerUtilities.ConvertBackSlashPathToStringArrayPath(fullName);