4 implementations of GetChunk
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
69public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
261public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\PackageFilter.cs (1)
106public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\XpsFilter.cs (1)
72STAT_CHUNK IFilter.GetChunk()
3 references to GetChunk
PresentationFramework (3)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
71return _filter.GetChunk();
MS\Internal\IO\Packaging\PackageFilter.cs (1)
128STAT_CHUNK chunk = _currentFilter.GetChunk();
MS\Internal\IO\Packaging\XpsFilter.cs (1)
82return _filter.GetChunk();