14 references to IFILTER_INIT
PresentationFramework (14)
MS\Internal\Interop\IndexingFilter.cs (1)
535[In] IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (5)
75public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, ManagedFullPropSpec[] aAttributes) 211IFILTER_INIT _grfFlags = 0; 267IFILTER_INIT grfFlags, 279else if ((grfFlags & IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES) 280== IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
60[In] IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
249public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\ManagedFilter.cs (1)
388IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\PackageFilter.cs (2)
81public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value 678private IFILTER_INIT _grfFlags; //defaults to 0
MS\Internal\IO\Packaging\XamlFilter.cs (2)
165IFILTER_INIT grfFlags, // IFILTER_INIT value 194((grfFlags & IFILTER_INIT.IFILTER_INIT_CANON_PARAGRAPHS) != 0);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
55[In] IFILTER_INIT grfFlags,