12 references to StatementCollection
System.Windows.Forms.Design (9)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (3)
499
statementCtx.
StatementCollection
.Populate(objectData.Keys);
520
ctxStatements = statementCtx.
StatementCollection
[data._value];
533
code = statementCtx.
StatementCollection
[data._value];
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
2352
saveStatements = statementCtx.
StatementCollection
[value];
2546
saveStatements = statementCtx.
StatementCollection
[value];
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (4)
423
statementCtx.
StatementCollection
.Populate(root);
426
statementCtx.
StatementCollection
.Populate(members);
494
CodeStatementCollection? statements = statementCtx.
StatementCollection
[member];
516
CodeStatementCollection? rootStatements = statementCtx.
StatementCollection
[root];
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\Serialization\StatementContextTests.cs (3)
14
Assert.Empty(context.
StatementCollection
);
15
Assert.Same(context.
StatementCollection
, context.
StatementCollection
);