5 references to Property
PresentationFramework (5)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (2)
344
if ( _attributes[_currentIndex].
Property
.PropType == PropSpecType.Id
380
return _attributes[_currentIndex].
Property
.PropId;
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
143
MarshalPropSpec(fullPropSpec.
Property
, ref native.property);
MS\Internal\IO\Packaging\XamlFilter.cs (2)
177
&& aAttributes[i].
Property
.PropType == PropSpecType.Id
178
&& aAttributes[i].
Property
.PropId == (uint)MS.Internal.Interop.PID_STG.CONTENTS)