21 writes to ContainerControl
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
102ContainerControl = rootContainer;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
274_errorProvider.ContainerControl = this;
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
43_errorProvider.ContainerControl = this;
System.Windows.Forms.Tests (16)
System\Windows\Forms\ErrorProviderTests.cs (16)
195ContainerControl = value 200provider.ContainerControl = value; 210ContainerControl = new ContainerControl() 213provider.ContainerControl = value; 217provider.ContainerControl = value; 269ContainerControl = containerControl, 296ContainerControl = containerControl, 343ContainerControl = containerControl, 358ContainerControl = containerControl, 441ContainerControl = containerControl, 468ContainerControl = containerControl, 483ContainerControl = containerControl, 498ContainerControl = containerControl, 785ContainerControl = containerControl 819ContainerControl = containerControl 837ContainerControl = containerControl
WinFormsControlsTest (2)
ErrorProviderTest.Designer.cs (2)
84this.errorProvider1.ContainerControl = this; 114this.errorProvider2.ContainerControl = this;
8 references to ContainerControl
System.Windows.Forms.Tests (8)
System\Windows\Forms\ErrorProviderTests.cs (8)
21Assert.Null(provider.ContainerControl); 44Assert.Same(parentControl, provider.ContainerControl); 71Assert.Null(provider.ContainerControl); 197Assert.Same(value, provider.ContainerControl); 201Assert.Same(value, provider.ContainerControl); 214Assert.Same(value, provider.ContainerControl); 218Assert.Same(value, provider.ContainerControl); 741Assert.Same(expected, provider.ContainerControl);