5 references to Property
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
352if ( _attributes[_currentIndex].Property.PropType == PropSpecType.Id 388return _attributes[_currentIndex].Property.PropId;
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
173MarshalPropSpec(fullPropSpec.Property, ref native.property);
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (2)
203&& aAttributes[i].Property.PropType == PropSpecType.Id 204&& aAttributes[i].Property.PropId == (uint)MS.Internal.Interop.PID_STG.CONTENTS)