11 types derived from Button
DesignSurface (1)
System.Windows.Forms (4)
System.Windows.Forms.Design (2)
System.Windows.Forms.Tests (4)
340 instantiations of Button
Microsoft.VisualBasic.Forms (3)
NativeHost.ManagedControl (1)
PresentationUI (27)
System.Windows.Forms (13)
System.Windows.Forms.Design (46)
System.Windows.Forms.Design.Tests (22)
System.Windows.Forms.Tests (84)
System.Windows.Forms.UI.IntegrationTests (4)
TestPassApp (59)
TrimTest (1)
WinFormsControlsTest (80)
506 references to Button
DesignSurface (18)
MainForm.cs (18)
125Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(172, 63));
186Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 40));
214Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
215Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(100, 100));
216Button b3 = surface.CreateControl<Button>(new Size(200, 40), new Point(22, 22));
236Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
237Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 60));
249Button subButton1OfLayoutPanel = surface.CreateControl<Button>(new Size(100, 40), new Point(10, 10));
250Button subButton2OfLayoutPanel = surface.CreateControl<Button>(new Size(100, 40), new Point(10, 10));
Microsoft.VisualBasic.Forms (3)
NativeHost.ManagedControl (1)
PresentationUI (32)
System.Windows.Forms (27)
System.Windows.Forms.Design (46)
System.Windows.Forms.Design.Tests (26)
System.Windows.Forms.Tests (100)
System.Windows.Forms.UI.IntegrationTests (107)
TestPassApp (59)
TrimTest (1)
UnsupportedTypes (1)
WinFormsControlsTest (85)