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