Core\CSharp\System\Windows\Interop\HwndTarget.cs (22)
690_compositionTarget.GetHandle(channel),
802Debug.Assert(!_compositionTarget.IsOnChannel(channel));
803Debug.Assert(!_compositionTarget.IsOnChannel(outOfBandChannel));
821bool resourceCreated = _compositionTarget.CreateOrAddRefOnChannel(this, outOfBandChannel, DUCE.ResourceType.TYPE_HWNDRENDERTARGET);
823_compositionTarget.DuplicateHandle(outOfBandChannel, channel);
828_compositionTarget.GetHandle(channel),
846_compositionTarget.GetHandle(channel),
870_compositionTarget.GetHandle(channel),
899if (_compositionTarget.IsOnChannel(channel))
908_compositionTarget.GetHandle(channel),
912_compositionTarget.ReleaseOnChannel(channel);
915if (_compositionTarget.IsOnChannel(outOfBandChannel))
917_compositionTarget.ReleaseOnChannel(outOfBandChannel);
1705if (_compositionTarget.IsOnChannel(channel))
1712_compositionTarget.GetHandle(outOfBandChannel),
1734if (_compositionTarget.IsOnAnyChannel)
1973_compositionTarget.GetHandle(channel),
2337if (!_compositionTarget.IsOnAnyChannel)
2432_isRenderTargetEnabled ? _compositionTarget.GetHandle(channel) : _compositionTarget.GetHandle(outOfBandChannel),
2576Debug.Assert(!_compositionTarget.IsOnChannel(channel));
2581_compositionTarget.GetHandle(channel),