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