7 references to
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.ComponentListCodeDomSerializer.cs (2)
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\StatementContext.cs (1)
131
return (this
[
statementOwner] is not null);
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (2)
494
CodeStatementCollection? statements = statementCtx.StatementCollection
[
member];
516
CodeStatementCollection? rootStatements = statementCtx.StatementCollection
[
root];