18 references to Components
System.Windows.Forms.Design.Tests (18)
System\Drawing\Design\ToolboxComponentsCreatedEventArgsTests.cs (7)
24Assert.Null(e.Components); 28Assert.Equal(components, e.Components); 29Assert.NotSame(components, e.Components); 30Assert.Equal(e.Components, e.Components); 31Assert.NotSame(e.Components, e.Components);
System\Drawing\Design\ToolboxItemTests.cs (11)
382Assert.IsType<Component>(Assert.Single(e.Components)); 448Assert.Same(component, Assert.Single(e.Components)); 514Assert.Same(component, Assert.Single(e.Components)); 584Assert.Same(component, Assert.Single(e.Components)); 638Assert.Null(e.Components); 687Assert.Null(e.Components); 717Assert.IsType<Component>(Assert.Single(e.Components)); 767Assert.Same(component, Assert.Single(e.Components)); 833Assert.Same(component, Assert.Single(e.Components)); 903Assert.Same(component, Assert.Single(e.Components)); 952Assert.Null(e.Components);