14 references to IFILTER_INIT
PresentationFramework (14)
MS\Internal\Interop\IndexingFilter.cs (1)
534[In] IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (5)
74public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, ManagedFullPropSpec[] aAttributes) 210IFILTER_INIT _grfFlags = 0; 266IFILTER_INIT grfFlags, 278else if ((grfFlags & IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES) 279== IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
59[In] IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
243public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\ManagedFilter.cs (1)
379IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\PackageFilter.cs (2)
77public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value 674private IFILTER_INIT _grfFlags; //defaults to 0
MS\Internal\IO\Packaging\XamlFilter.cs (2)
159IFILTER_INIT grfFlags, // IFILTER_INIT value 188((grfFlags & IFILTER_INIT.IFILTER_INIT_CANON_PARAGRAPHS) != 0);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
49[In] IFILTER_INIT grfFlags,