2 implementations of IWindowTarget
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14563
internal sealed class ControlNativeWindow : NativeWindow,
IWindowTarget
{
16248
private class ActiveXImpl : MarshalByRefObject,
IWindowTarget
{
6 references to IWindowTarget
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
4503
public
IWindowTarget
WindowTarget {
14566
internal
IWindowTarget
target;
14608
internal
IWindowTarget
WindowTarget {
16285
private
IWindowTarget
controlWindowTarget;
18733
void
IWindowTarget
.OnHandleChange(IntPtr newHandle) {
18740
void
IWindowTarget
.OnMessage(ref Message m) {