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