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