1 instantiation of ControlNativeWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
496window = new ControlNativeWindow(this);
4 references to ControlNativeWindow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
408private ControlNativeWindow window; 6428while (w != null && !(w is ControlNativeWindow)) { 6432if (w is ControlNativeWindow) { 6433return((ControlNativeWindow)w).GetControl();