8 references to ExpressionContext
System.Windows.Forms.Design (7)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
1964
newCtx = new
ExpressionContext
(ctx.Expression, parameters[i].ParameterType, ctx.Owner);
2206
ExpressionContext tree =
new
(propertyRef, property.PropertyType, value);
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (3)
423
newContext = new
ExpressionContext
(context.Expression, elementType, context.Owner);
517
newCtx = new
ExpressionContext
(ctx.Expression, elementType, ctx.Owner);
593
newContext = new
ExpressionContext
(ctx.Expression, elementType, ctx.Owner);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (2)
248
tree = new
ExpressionContext
(methodRef, property.PropertyType, value);
329
tree = new
ExpressionContext
(propertyRef, property.PropertyType, value);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\Serialization\ExpressionContextTests.cs (1)
36
ExpressionContext context =
new
(expression, expressionType, owner);