1 instantiation of ControlNativeWindow
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
313
_window = new
ControlNativeWindow
(this);
3 references to ControlNativeWindow
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
244
private readonly
ControlNativeWindow
_window;
5125
while (nativeWindow is not null and not
ControlNativeWindow
)
5130
return nativeWindow is
ControlNativeWindow
controlNativeWindow ? controlNativeWindow.GetControl() : null;