11 references to Add
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3287cmmMain.Statements.Add(cmieShowSplashScreen);
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\CodeExporter.cs (4)
1745writeXmlMethod.Statements.Add( 1781getSchemaStaticMethod.Statements.Add( 1966ifStatement.TrueStatements.Add(new CodeDelegateInvokeExpression(propertyChanged, ThisReference, new CodeObjectCreateExpression(typeof(PropertyChangedEventArgs), propertyName))); 2024ifStatement.TrueStatements.Add(new CodeMethodInvokeExpression(ThisReference, RaisePropertyChangedEventMethod.Name, new CodePrimitiveExpression(propertyName)));
System.Windows.Forms.Design (6)
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (1)
542statements.Add(statement);
System\ComponentModel\Design\Serialization\ComponentTypeCodeDomSerializer.cs (1)
41ctor.Statements.Add(new CodeMethodInvokeExpression(new CodeThisReferenceExpression(), InitMethodName));
System\ComponentModel\Design\Serialization\LocalizationCodeDomSerializer.cs (1)
140statements.Add(methodInvoke);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (1)
274statements.Add(methodInvoke);
System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs (1)
68codeStatementCollection.Add(setNameMethodCall);
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (1)
84statements.Add(statement);