3 references to DuplicateHandle
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
823
_compositionTarget.
DuplicateHandle
(outOfBandChannel, channel);
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
96
_contentRoot.
DuplicateHandle
(outOfBandChannel, channel);
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
221
targetsHandle = _target._contentRoot.
DuplicateHandle
(_target.OutOfBandChannel, (DUCE.Channel)channel);