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