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