1 instantiation of ObjectStatementCollection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
28public ObjectStatementCollection StatementCollection => _statements ??= new ObjectStatementCollection();
5 references to ObjectStatementCollection
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
60[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ObjectStatementCollection))]
System.Windows.Forms.Design (4)
System\ComponentModel\Design\Serialization\StatementContext.cs (4)
23private ObjectStatementCollection? _statements; 28public ObjectStatementCollection StatementCollection => _statements ??= new ObjectStatementCollection(); 195private readonly ObjectStatementCollection _table; 199public TableEnumerator(ObjectStatementCollection table)