11 types derived from Button
DesignSurface (1)
System.Windows.Forms (4)
System.Windows.Forms.Design (2)
System.Windows.Forms.Tests (4)
332 instantiations of Button
Accessibility_Core_App (59)
Microsoft.VisualBasic.Forms (3)
NativeHost.ManagedControl (1)
PresentationUI (27)
System.Windows.Forms (13)
System.Windows.Forms.Design (40)
System.Windows.Forms.Design.Tests (24)
System.Windows.Forms.Tests (80)
System.Windows.Forms.UI.IntegrationTests (4)
TrimTest (1)
WinFormsControlsTest (80)
508 references to Button
Accessibility_Core_App (59)
DesignSurface (18)
MainForm.cs (18)
126Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(172, 63));
187Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 40));
215Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
216Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(100, 100));
217Button b3 = surface.CreateControl<Button>(new Size(200, 40), new Point(22, 22));
237Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
238Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 60));
250Button subButton1OfLayoutPanel = surface.CreateControl<Button>(new Size(100, 40), new Point(10, 10));
251Button 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 (39)
System.Windows.Forms.Design.Tests (25)
System.Windows.Forms.Tests (110)
System.Windows.Forms.UI.IntegrationTests (108)
TrimTest (1)
WinFormsControlsTest (85)