System\Windows\InterOp\HwndTarget.cs (22)
630_compositionTarget.GetHandle(channel),
722Debug.Assert(!_compositionTarget.IsOnChannel(channel));
723Debug.Assert(!_compositionTarget.IsOnChannel(outOfBandChannel));
741bool resourceCreated = _compositionTarget.CreateOrAddRefOnChannel(this, outOfBandChannel, DUCE.ResourceType.TYPE_HWNDRENDERTARGET);
743_compositionTarget.DuplicateHandle(outOfBandChannel, channel);
748_compositionTarget.GetHandle(channel),
766_compositionTarget.GetHandle(channel),
790_compositionTarget.GetHandle(channel),
814if (_compositionTarget.IsOnChannel(channel))
823_compositionTarget.GetHandle(channel),
827_compositionTarget.ReleaseOnChannel(channel);
830if (_compositionTarget.IsOnChannel(outOfBandChannel))
832_compositionTarget.ReleaseOnChannel(outOfBandChannel);
1546if (_compositionTarget.IsOnChannel(channel))
1553_compositionTarget.GetHandle(outOfBandChannel),
1570if (_compositionTarget.IsOnAnyChannel)
1795_compositionTarget.GetHandle(channel),
2143if (!_compositionTarget.IsOnAnyChannel)
2243_isRenderTargetEnabled ? _compositionTarget.GetHandle(channel) : _compositionTarget.GetHandle(outOfBandChannel),
2380Debug.Assert(!_compositionTarget.IsOnChannel(channel));
2385_compositionTarget.GetHandle(channel),