2 writes to PropId
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\ManagedFilter.cs (2)
119PropId = id; 140PropId = propSpec.union.propId;
3 references to PropId
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
388return _attributes[_currentIndex].Property.PropId;
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
148native.union.propId = (uint)propSpec.PropId;
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
204&& aAttributes[i].Property.PropId == (uint)MS.Internal.Interop.PID_STG.CONTENTS)