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