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)
2355
saveStatements = statementCtx.
StatementCollection
[value];
2549
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)
12
Assert.Empty(context.
StatementCollection
);
13
Assert.Same(context.
StatementCollection
, context.
StatementCollection
);