4 implementations of Init
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
66public IFILTER_FLAGS Init(
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
280public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
87public IFILTER_FLAGS Init(IFILTER_INIT grfFlags, // IFILTER_INIT value
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
57IFILTER_FLAGS IFilter.Init(
5 references to Init
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
71return _filter.Init(grfFlags, cAttributes, aAttributes);
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (3)
337_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 390_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes); 431_currentFilter.Init(_grfFlags, _cAttributes, _aAttributes);
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
75return _filter.Init(grfFlags, cAttributes, aAttributes);