11 types derived from Button
DemoConsole (1)
System.Windows.Forms (4)
System.Windows.Forms.Design (2)
System.Windows.Forms.Tests (4)
343 instantiations of Button
PresentationUI (27)
System.Windows.Forms (13)
System.Windows.Forms.Design (46)
System.Windows.Forms.Design.Tests (23)
System.Windows.Forms.Tests (90)
System.Windows.Forms.UI.IntegrationTests (4)
TestPassApp (59)
TrimTest (1)
WinFormsControlsTest (80)
509 references to Button
DemoConsole (18)
MainForm.cs (18)
150Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(172, 63));
211Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 40));
239Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
240Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(100, 100));
241Button b3 = surface.CreateControl<Button>(new Size(200, 40), new Point(22, 22));
261Button b1 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 10));
262Button b2 = surface.CreateControl<Button>(new Size(200, 40), new Point(10, 60));
274Button subButton1OfLayoutPanel = surface.CreateControl<Button>(new Size(100, 40), new Point(10, 10));
275Button subButton2OfLayoutPanel = surface.CreateControl<Button>(new Size(100, 40), new Point(10, 10));
PresentationUI (32)
System.Windows.Forms (27)
System.Windows.Forms.Design (46)
System.Windows.Forms.Design.Tests (28)
System.Windows.Forms.Tests (105)
System.Windows.Forms.UI.IntegrationTests (107)
TestPassApp (59)
TrimTest (1)
UnsupportedTypes (1)
WinFormsControlsTest (85)