Implemented interface member:
property
ReflectedType
System.Runtime.InteropServices._MemberInfo.ReflectedType
46 overrides of ReflectedType
mscorlib (18)
PresentationFramework (1)
System (1)
System.Activities.Presentation (3)
System.Core (1)
System.Data (3)
System.Workflow.Activities (4)
System.Workflow.ComponentModel (14)
System.WorkflowServices (1)
121 references to ReflectedType
mscorlib (25)
PresentationBuildTasks (18)
PresentationFramework (2)
System (5)
System.Activities (1)
System.Activities.Presentation (3)
System.Configuration (1)
System.Core (1)
System.Data (3)
System.Data.Linq (17)
Mapping\AttributedMetaModel.cs (5)
1060this.accPrivate = MakeMemberAccessor(this.member.ReflectedType, this.storageMember, null);
1062MakeDeferredAccessors(this.member.ReflectedType, this.accPrivate, out this.accPrivate, out this.accDefValue, out this.accDefSource);
1064this.accPublic = MakeMemberAccessor(this.member.ReflectedType, this.member, this.accPrivate);
1067this.accPublic = this.accPrivate = MakeMemberAccessor(this.member.ReflectedType, this.member, null);
1069MakeDeferredAccessors(this.member.ReflectedType, this.accPrivate, out this.accPrivate, out this.accDefValue, out this.accDefSource);
Mapping\MappedMetaModel.cs (6)
1015this.accPrivate = MakeMemberAccessor(this.member.ReflectedType, this.storageMember, null);
1017MakeDeferredAccessors(this.member.ReflectedType, this.accPrivate, out this.accPrivate, out this.accDefValue, out this.accDefSource);
1019this.accPublic = MakeMemberAccessor(this.member.ReflectedType, this.member, this.accPrivate);
1022this.accPublic = this.accPrivate = MakeMemberAccessor(this.member.ReflectedType, this.member, null);
1024MakeDeferredAccessors(this.member.ReflectedType, this.accPrivate, out this.accPrivate, out this.accDefValue, out this.accDefSource);
1724this.accPublic = MakeMemberAccessor(this.member.ReflectedType, this.member);
System.Data.Services (2)
System.Data.Services.Client (3)
System.ServiceModel (5)
System.Web (12)
System.Web.Extensions (1)
System.Windows.Forms (1)
System.Workflow.Activities (6)
System.Workflow.ComponentModel (10)
System.WorkflowServices (2)
UIAutomationClient (1)
WindowsBase (2)