4 implementations of Init
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
59
public IFILTER_FLAGS
Init
(
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
249
public IFILTER_FLAGS
Init
(IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\PackageFilter.cs (1)
81
public IFILTER_FLAGS
Init
(IFILTER_INIT grfFlags, // IFILTER_INIT value
MS\Internal\IO\Packaging\XpsFilter.cs (1)
54
IFILTER_FLAGS IFilter.
Init
(
5 references to Init
PresentationFramework (5)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
64
return _filter.
Init
(grfFlags, cAttributes, aAttributes);
MS\Internal\IO\Packaging\PackageFilter.cs (3)
331
_currentFilter.
Init
(_grfFlags, _cAttributes, _aAttributes);
384
_currentFilter.
Init
(_grfFlags, _cAttributes, _aAttributes);
425
_currentFilter.
Init
(_grfFlags, _cAttributes, _aAttributes);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
72
return _filter.
Init
(grfFlags, cAttributes, aAttributes);