1 implementation of IPropertyStorage
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
919private class SafeIPropertyStorageImplementation : IPropertyStorage, IDisposable
21 references to IPropertyStorage
WindowsBase (21)
Base\MS\Internal\IO\Packaging\CompoundFile\InternalSafeNativeCompoundFileInterfaces.cs (2)
138out IPropertyStorage ppprstg 145out IPropertyStorage ppprstg
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (14)
572out IPropertyStorage ppprstg 596out IPropertyStorage ppprstg 960int IPropertyStorage.ReadMultiple( 975void IPropertyStorage.WriteMultiple( 992void IPropertyStorage.DeleteMultiple( 1005void IPropertyStorage.ReadPropertyNames( 1020void IPropertyStorage.WritePropertyNames( 1035void IPropertyStorage.DeletePropertyNames( 1048void IPropertyStorage.Commit( 1059void IPropertyStorage.Revert() 1066void IPropertyStorage.Enum( 1087void IPropertyStorage.SetTimes( 1102void IPropertyStorage.SetClass( 1113void IPropertyStorage.Stat(
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (5)
527IPropertyStorage ps = 652IPropertyStorage ps = 806out IPropertyStorage ips 912private IPropertyStorage _psSummInfo; 913private IPropertyStorage _psDocSummInfo;