4 implementations of IFilter
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
24internal class EncryptedPackageFilter : IFilter
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
30internal class IndexingFilterMarshaler : IFilter
MS\Internal\IO\Packaging\PackageFilter.cs (1)
33internal class PackageFilter : IFilter
MS\Internal\IO\Packaging\XpsFilter.cs (1)
34internal sealed class XpsFilter : IFilter, IPersistFile, IPersistStream
11 references to IFilter
PresentationFramework (11)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
116private IFilter _filter = null;
MS\Internal\IO\Packaging\PackageFilter.cs (4)
278IFilter GetFilterFromClsid(Guid clsid) 281IFilter filter; 284filter = (IFilter)Activator.CreateInstance(filterType); 668private IFilter _currentFilter; //defaults to null
MS\Internal\IO\Packaging\XpsFilter.cs (6)
48IFILTER_FLAGS IFilter.Init( 73STAT_CHUNK IFilter.GetChunk() 101void IFilter.GetText(ref uint bufCharacterCount, IntPtr pBuffer) 272IntPtr IFilter.GetValue() 289IntPtr IFilter.BindRegion([In] FILTERREGION origPos, [In] ref Guid riid) 679private IFilter _filter;