4 implementations of IFilter
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
25internal class EncryptedPackageFilter : IFilter
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
36internal class IndexingFilterMarshaler : IFilter
MS\Internal\IO\Packaging\PackageFilter.cs (1)
37internal class PackageFilter : IFilter
MS\Internal\IO\Packaging\XpsFilter.cs (1)
40internal sealed class XpsFilter : IFilter, IPersistFile, IPersistStream
11 references to IFilter
PresentationFramework (11)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
117private IFilter _filter = null;
MS\Internal\IO\Packaging\PackageFilter.cs (4)
282IFilter GetFilterFromClsid(Guid clsid) 285IFilter filter; 288filter = (IFilter)Activator.CreateInstance(filterType); 672private IFilter _currentFilter; //defaults to null
MS\Internal\IO\Packaging\XpsFilter.cs (6)
54IFILTER_FLAGS IFilter.Init( 79STAT_CHUNK IFilter.GetChunk() 107void IFilter.GetText(ref uint bufCharacterCount, IntPtr pBuffer) 278IntPtr IFilter.GetValue() 295IntPtr IFilter.BindRegion([In] FILTERREGION origPos, [In] ref Guid riid) 685private IFilter _filter;