14 references to IFILTER_INIT
PresentationFramework (14)
MS\Internal\Interop\IndexingFilter.cs (1)
533[In] IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (5)
73public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, ManagedFullPropSpec[] aAttributes) 209private IFILTER_INIT _grfFlags = 0; 265IFILTER_INIT grfFlags, 277else if ((grfFlags & IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES) 278== IFILTER_INIT.IFILTER_INIT_APPLY_INDEX_ATTRIBUTES)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
58[In] IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
247public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\ManagedFilter.cs (1)
378IFILTER_INIT grfFlags,
MS\Internal\IO\Packaging\PackageFilter.cs (2)
76public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value 673private IFILTER_INIT _grfFlags; //defaults to 0
MS\Internal\IO\Packaging\XamlFilter.cs (2)
158IFILTER_INIT grfFlags, // IFILTER_INIT value 187((grfFlags & IFILTER_INIT.IFILTER_INIT_CANON_PARAGRAPHS) != 0);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
48[In] IFILTER_INIT grfFlags,