4 implementations of BindRegion
PresentationFramework (4)
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
110public IntPtr BindRegion([In] FILTERREGION origPos, [In] ref Guid riid)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
369public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid)
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (1)
267public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
305IntPtr IFilter.BindRegion([In] FILTERREGION origPos, [In] ref Guid riid)