1 implementation of IPropertySetStorage
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
237
private class SafeIStorageImplementation : IStorage,
IPropertySetStorage
, IDisposable
6 references to IPropertySetStorage
WindowsBase (6)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (4)
567
void
IPropertySetStorage
.Create(
593
int
IPropertySetStorage
.Open(
617
void
IPropertySetStorage
.Delete(
628
void
IPropertySetStorage
.Enum(
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (2)
81
_pss = (
IPropertySetStorage
)root.GetRootIStorage();
911
private
IPropertySetStorage
_pss;