4 references to ContainerName
System.Windows.Forms.Design (4)
System\ComponentModel\Design\Serialization\ContainerCodeDomSerializer.cs (4)
52CodeMemberField field = new(typeof(IContainer), ContainerName) 57lhs = new CodeFieldReferenceExpression(rootCtx.Expression, ContainerName); 61CodeVariableDeclarationStatement var = new(typeof(IContainer), ContainerName); 64lhs = new CodeVariableReferenceExpression(ContainerName);