4 implementations of GetChunk
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
78
public STAT_CHUNK
GetChunk
()
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
298
public STAT_CHUNK
GetChunk
()
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
117
public STAT_CHUNK
GetChunk
()
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
82
STAT_CHUNK IFilter.
GetChunk
()
3 references to GetChunk
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
80
return _filter.
GetChunk
();
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
139
STAT_CHUNK chunk = _currentFilter.
GetChunk
();
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
92
return _filter.
GetChunk
();