19 instantiations of ManagedFullPropSpec
PresentationFramework (19)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (17)
46new ManagedFullPropSpec(guid, propId), 300new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Title), 301new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Subject), 302new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Creator), 303new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Keywords), 304new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Description), 305new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.LastModifiedBy), 306new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.Revision), 307new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.LastPrinted), 308new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.DateCreated), 309new ManagedFullPropSpec(FormatId.SummaryInformation, PropertyId.DateModified), 314new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.Category), 315new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.Identifier), 316new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.ContentType), 317new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.Language), 318new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.Version), 319new ManagedFullPropSpec(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
90initAttributes[i] = new ManagedFullPropSpec(aAttributes[i]);
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
1023= new ManagedFullPropSpec(IndexingFilterMarshaler.PSGUID_STORAGE, (uint)MS.Internal.Interop.PID_STG.CONTENTS);
18 references to ManagedFullPropSpec
PresentationFramework (18)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (5)
82public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, ManagedFullPropSpec[] aAttributes) 219ManagedFullPropSpec[] _aAttributes = null; 275ManagedFullPropSpec[] attributes) 295_attributes = new ManagedFullPropSpec[] 524private ManagedFullPropSpec[] _attributes = null;
src\Framework\MS\Internal\IO\Packaging\IndexingContentUnit.cs (2)
35ManagedFullPropSpec attribute, 50ManagedFullPropSpec attribute,
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (5)
73internal static ManagedFullPropSpec[] MarshalFullPropSpecArray( 84ManagedFullPropSpec[] initAttributes = new ManagedFullPropSpec[checked((int)cAttributes)]; 170internal static void MarshalFullPropSpec(ManagedFullPropSpec fullPropSpec, ref FULLPROPSPEC native) 284ManagedFullPropSpec[] managedArray = MarshalFullPropSpecArray(
src\Framework\MS\Internal\IO\Packaging\ManagedFilter.cs (4)
244internal ManagedChunk(uint index, CHUNK_BREAKTYPE breakType, ManagedFullPropSpec attribute, uint lcid, CHUNKSTATE flags) 360internal ManagedFullPropSpec Attribute 378private ManagedFullPropSpec _attribute; 406ManagedFullPropSpec[] aAttributes); // restrict responses to the specified attributes
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (2)
186ManagedFullPropSpec[] aAttributes) // restrict responses to the specified attributes 1022private static readonly ManagedFullPropSpec _propSpec