1 implementation of GetControl
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (1)
97
public Control
GetControl
()
3 references to GetControl
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
228
site?.
GetControl
()?.Controls.Add(this);
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (2)
806
.Setup(s => s.
GetControl
())
811
.Setup(s => s.
GetControl
())