6 references to Name
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
123result = InvokeAndReturn(binder.Name, NativeMethods.DISPATCH_PROPERTYGET, null);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
537System.Linq.Expressions.Expression value = System.Linq.Expressions.Expression.Call(s, getPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.Name));
System.Core (3)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
734binder.Name,
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
239return "GetMember " + getMember.Name;
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
172return "GetMember " + getMember.Name;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
537System.Linq.Expressions.Expression value = System.Linq.Expressions.Expression.Call(s, getPropertyValueMethodInfo, System.Linq.Expressions.Expression.Constant(binder.Name));