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