4 implementations of GetValue
PresentationFramework (4)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
92
public IntPtr
GetValue
()
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
310
public IntPtr
GetValue
()
MS\Internal\IO\Packaging\PackageFilter.cs (1)
242
public IntPtr
GetValue
()
MS\Internal\IO\Packaging\XpsFilter.cs (1)
278
IntPtr IFilter.
GetValue
()
3 references to GetValue
PresentationFramework (3)
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
94
return _filter.
GetValue
();
MS\Internal\IO\Packaging\PackageFilter.cs (1)
250
return _currentFilter.
GetValue
();
MS\Internal\IO\Packaging\XpsFilter.cs (1)
286
return _filter.
GetValue
();