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