5 writes to ContainerControl
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
131this.ContainerControl = (ContainerControl) baseComp;
System.Workflow.Activities (4)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
94this.conditionErrorProvider.ContainerControl = this;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (3)
320this.conditionErrorProvider.ContainerControl = this; 325this.thenErrorProvider.ContainerControl = this; 330this.elseErrorProvider.ContainerControl = this;