2 writes to PropId
PresentationFramework (2)
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
101PropId = id; 115PropId = propSpec.union.propId;
3 references to PropId
PresentationFramework (3)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
379return _attributes[_currentIndex].Property.PropId;
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
121native.union.propId = (uint)propSpec.PropId;
MS\Internal\IO\Packaging\XamlFilter.cs (1)
177&& aAttributes[i].Property.PropId == (uint)MS.Internal.Interop.PID_STG.CONTENTS)