3 references to
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
386
public Control(string? text) :
this
(null, text)
409
public Control(Control? parent, string? text, int left, int top, int width, int height) :
this
(parent, text)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1135
public SubControl(Control parent, string text) :
base
(parent, text)