1 instantiation of ObjectStatementCollection
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
28
public 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)
23
private
ObjectStatementCollection
? _statements;
28
public
ObjectStatementCollection
StatementCollection => _statements ??= new ObjectStatementCollection();
195
private readonly
ObjectStatementCollection
_table;
199
public TableEnumerator(
ObjectStatementCollection
table)