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)
41_errorProvider.ContainerControl = this;
System.Windows.Forms.Tests (16)
System\Windows\Forms\ErrorProviderTests.cs (16)
197ContainerControl = value 202provider.ContainerControl = value; 212ContainerControl = new ContainerControl() 215provider.ContainerControl = value; 219provider.ContainerControl = value; 271ContainerControl = containerControl, 298ContainerControl = containerControl, 345ContainerControl = containerControl, 360ContainerControl = containerControl, 443ContainerControl = containerControl, 470ContainerControl = containerControl, 485ContainerControl = containerControl, 500ContainerControl = containerControl, 787ContainerControl = containerControl 821ContainerControl = containerControl 839ContainerControl = 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)
23Assert.Null(provider.ContainerControl); 46Assert.Same(parentControl, provider.ContainerControl); 73Assert.Null(provider.ContainerControl); 199Assert.Same(value, provider.ContainerControl); 203Assert.Same(value, provider.ContainerControl); 216Assert.Same(value, provider.ContainerControl); 220Assert.Same(value, provider.ContainerControl); 743Assert.Same(expected, provider.ContainerControl);