4 implementations of GetChunk
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
71public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
263public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\PackageFilter.cs (1)
111public STAT_CHUNK GetChunk()
MS\Internal\IO\Packaging\XpsFilter.cs (1)
79STAT_CHUNK IFilter.GetChunk()
3 references to GetChunk
PresentationFramework (3)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
73return _filter.GetChunk();
MS\Internal\IO\Packaging\PackageFilter.cs (1)
133STAT_CHUNK chunk = _currentFilter.GetChunk();
MS\Internal\IO\Packaging\XpsFilter.cs (1)
89return _filter.GetChunk();