Implemented interface member:
property
ReflectedType
System.Runtime.InteropServices._MemberInfo.ReflectedType
46 overrides of ReflectedType
mscorlib (18)
system\reflection\ConstructorInfo.cs (1)
454public override Type ReflectedType
system\reflection\emit\constructorbuilder.cs (1)
99public override Type ReflectedType
system\reflection\emit\dynamicmethod.cs (2)
608public override Type ReflectedType { get { return m_dynMethod.ReflectedType; } } 888public override Type ReflectedType {
system\reflection\emit\fieldbuilder.cs (1)
110public override Type ReflectedType
system\reflection\emit\methodbuilder.cs (1)
566public override Type ReflectedType
system\reflection\emit\methodbuilderinstantiation.cs (1)
53public override Type ReflectedType { get { return m_method.ReflectedType; } }
system\reflection\emit\propertybuilder.cs (1)
291public override Type ReflectedType {
system\reflection\emit\symbolmethod.cs (1)
85public override Type ReflectedType
system\reflection\emit\xxxontypebuilderinstantiation.cs (3)
51public override Type ReflectedType { get { return m_type; } } 148public override Type ReflectedType { get { return m_type; } } 249public override Type ReflectedType { get { return m_type; } }
system\reflection\eventinfo.cs (1)
358public override Type ReflectedType
system\reflection\fieldinfo.cs (1)
297public override Type ReflectedType
system\reflection\methodinfo.cs (1)
542public override Type ReflectedType
system\reflection\propertyinfo.cs (1)
434public override Type ReflectedType
system\runtime\serialization\serializationfieldinfo.cs (1)
65public override Type ReflectedType {
system\type.cs (1)
79public override Type ReflectedType
PresentationFramework (1)
src\Framework\MS\Internal\Data\IndexerPropertyInfo.cs (1)
109public override Type ReflectedType
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
149public override Type ReflectedType {
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
1827public override Type ReflectedType { get { return _info.ReflectedType; } } 1890public override Type ReflectedType { get { return _info.ReflectedType; } } 1958public override Type ReflectedType { get { return _info.ReflectedType; } }
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
103public override Type ReflectedType {
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
1827public override Type ReflectedType { get { return _info.ReflectedType; } } 1890public override Type ReflectedType { get { return _info.ReflectedType; } } 1958public override Type ReflectedType { get { return _info.ReflectedType; } }
System.Workflow.Activities (4)
Designers\StateDesigner.cs (1)
2449public override Type ReflectedType
Rules\RuleValidation.cs (3)
277public override Type ReflectedType 389public override Type ReflectedType 778public override Type ReflectedType
System.Workflow.ComponentModel (14)
AuthoringOM\Bind.cs (1)
1715public override Type ReflectedType
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
121public override Type ReflectedType
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
96public override Type ReflectedType
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
105public override Type ReflectedType 266public override Type ReflectedType
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
169public override Type ReflectedType 255public override Type ReflectedType
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
863public override Type ReflectedType 934public override Type ReflectedType 1037public override Type ReflectedType 1156public override Type ReflectedType 1227public override Type ReflectedType
AuthoringOM\Design\ComponentSerializationService.cs (1)
824public override Type ReflectedType
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
89public override Type ReflectedType
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
124public override Type ReflectedType
121 references to ReflectedType
mscorlib (25)
system\appdomain.cs (3)
165list[i].Method.ReflectedType.FullName+"::"+list[i].Method.Name); 170info.TargetTypeAssembly=list[i].Method.ReflectedType.Module.Assembly.FullName; 171info.TargetTypeName=list[i].Method.ReflectedType.FullName;
system\delegateserializationholder.cs (2)
43method.ReflectedType.Module.Assembly.FullName, method.ReflectedType.FullName, method.Name);
system\diagnostics\eventing\eventsource.cs (1)
3164if (AttributeTypeNamesMatch(attributeType, data.Constructor.ReflectedType))
system\reflection\emit\assemblybuilderdata.cs (8)
159m_CABuilders[i].m_con.ReflectedType.Name)); 175m_CABuilders[i].m_con.ReflectedType.Name)); 198m_CABuilders[i].m_con.ReflectedType.Name)); 214m_CABuilders[i].m_con.ReflectedType.Name)); 224m_CABuilders[i].m_con.ReflectedType.Name)); 234m_CABuilders[i].m_con.ReflectedType.Name)); 248m_CABuilders[i].m_con.ReflectedType.Name)); 262m_CABuilders[i].m_con.ReflectedType.Name));
system\reflection\emit\methodbuilderinstantiation.cs (1)
53public override Type ReflectedType { get { return m_method.ReflectedType; } }
system\reflection\emit\modulebuilder.cs (8)
535tr = GetTypeTokenInternal(con.ReflectedType).Token; 536mr = GetMemberRef(con.ReflectedType.Module, tr, conBuilder.GetToken().Token); 545else if ( (rtCon = con as RuntimeConstructorInfo) != null && con.ReflectedType.IsArray == false) 550tr = GetTypeTokenInternal(con.ReflectedType).Token; 576tr = GetTypeTokenInternal(con.ReflectedType).Token; 2152mr = GetMemberRef(field.ReflectedType.Module, tr, fdBuilder.GetToken().Token); 2184mr = GetMemberRef(fb.ReflectedType.Module, tr, fOnTB.MetadataTokenInternal); 2189tr = GetTypeTokenInternal(field.ReflectedType).Token;
system\rttype.cs (1)
2418bool isInherited = !Object.ReferenceEquals(memberInfo.DeclaringType, memberInfo.ReflectedType);
system\runtime\remoting\stackbuildersink.cs (1)
411RuntimeType reflectedType = (RuntimeType)mb.ReflectedType;
PresentationBuildTasks (18)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (4)
145if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 149memberInfo.ReflectedType.Name, 545bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly; 626xamlClrEventNode.EventMember.ReflectedType.FullName,
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1264xamlClrEventNode.EventMember.ReflectedType.FullName,
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1385xamlClrEventNode.EventMember.ReflectedType.FullName,
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
1108XamlPropertyFullName usageProp = new XamlPropertyFullName(mi.ReflectedType, propertyName); 4898if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)KnownElements.ContentWrapperAttribute] ) 5672if (cad.Constructor.ReflectedType == attrType)
Framework\System\Windows\Markup\XamlTypeMapper.cs (6)
1110if (fi.ReflectedType.Assembly == fi.DeclaringType.Assembly) 1116if (ReflectionHelper.IsPublicType(fi.ReflectedType)) 1118allowed = IsInternalAllowedOnType(fi.ReflectedType); 1167if (mi.ReflectedType.Assembly == mi.DeclaringType.Assembly) 1173if (ReflectionHelper.IsPublicType(mi.ReflectedType)) 1175allowed = IsInternalAllowedOnType(mi.ReflectedType);
Framework\System\Windows\Markup\XmlnsCache.cs (1)
239if(0 == String.CompareOrdinal(cinfo.ReflectedType.FullName, fullClrName))
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
264if (cad.Constructor.ReflectedType == attrType) 298if (cinfo.ReflectedType == attrType)
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1381ThrowException(SRID.ParserCantSetContentProperty, propertyDefinition.Name, propertyDefinition.PropertyInfo.ReflectedType.Name); 5044ThrowException(SRID.ParserCantSetContentProperty, pi.Name, pi.ReflectedType.Name);
System (5)
compmod\microsoft\win32\SystemEvents.cs (1)
1238mainType = exe.EntryPoint.ReflectedType;
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
269Type currentReflectType = realEventInfo.ReflectedType; 284currentReflectType = realEventInfo.ReflectedType; 380Type currentReflectType = realMethodInfo.ReflectedType; 395currentReflectType = realMethodInfo.ReflectedType;
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
539string type = newFound.ReflectedType.Name;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
1827public override Type ReflectedType { get { return _info.ReflectedType; } } 1890public override Type ReflectedType { get { return _info.ReflectedType; } } 1958public override Type ReflectedType { get { return _info.ReflectedType; } }
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
486mainType = entryPoint.ReflectedType;
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
104get { return _innerEventInfo.ReflectedType; }
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
1827public override Type ReflectedType { get { return _info.ReflectedType; } } 1890public override Type ReflectedType { get { return _info.ReflectedType; } } 1958public override Type ReflectedType { get { return _info.ReflectedType; } }
System.Data.Linq (17)
DataServices.cs (2)
562if (!type.Type.IsAssignableFrom(memex.Member.ReflectedType) && !memex.Member.ReflectedType.IsAssignableFrom(type.Type)) {
Mapping\Accessors.cs (1)
23if (!fi.ReflectedType.IsAssignableFrom(objectType))
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);
SqlClient\Common\SqlNode.cs (3)
1462if (!this.member.ReflectedType.IsAssignableFrom(value.ClrType) && 1463!value.ClrType.IsAssignableFrom(this.member.ReflectedType)) 1464throw Error.MemberAccessIllegal(this.member, this.member.ReflectedType, value.ClrType);
System.Data.Services (2)
System\Data\Services\MimeTypeAttribute.cs (1)
72return member.ReflectedType.GetCustomAttributes(typeof(MimeTypeAttribute), true)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
203DataServiceKeyAttribute keyAttribute = property.ReflectedType.GetCustomAttributes(true).OfType<DataServiceKeyAttribute>().FirstOrDefault();
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1510if (GetKeyProperties(pi.ReflectedType).Contains(pi, PropertyInfoEqualityComparer.Instance))
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
597if ((ClientType.CheckElementTypeIsEntity(assignment.Member.ReflectedType) && 631assignment.Member.ReflectedType);
System.ServiceModel (5)
System\ServiceModel\Description\ServiceReflector.cs (2)
479attrType.Name, method.Name, method.ReflectedType.Name), e)); 488attrType.Name, param.Name, method.Name, method.ReflectedType.Name), e));
System\ServiceModel\Dispatcher\InvokerUtil.cs (3)
154LoadTarget(targetArg, method.ReflectedType); 200LoadTarget(targetArg, method.ReflectedType); 246LoadTarget(targetArg, method.ReflectedType);
System.Web (12)
Cache\SubstitutionResponseElement.cs (1)
31_targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(_callback.Method.ReflectedType);
Compilation\BuildResult.cs (2)
681pfw.SetAttribute("appInitializeClass", _appInitializeMethod.ReflectedType.FullName); 699throw new HttpException(SR.GetString(SR.Duplicate_appinitialize, _appInitializeMethod.ReflectedType.FullName, t.FullName));
Compilation\CodeDOMUtility.cs (1)
46pd = TypeDescriptor.GetProperties(propertyInfo.ReflectedType)[propertyInfo.Name];
HttpApplication.cs (3)
3076targetTypeStr = _handler.Method.ReflectedType.ToString(); 3197_targetTypeStr = _beginHandler.Method.ReflectedType.ToString(); 3736targetTypeStr = _handler.Method.ReflectedType.ToString();
HttpCachePolicy.cs (1)
316string targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(handler.Method.ReflectedType);
UI\PropertyConverter.cs (1)
89pd = TypeDescriptor.GetProperties(propertyInfo.ReflectedType)[propertyInfo.Name];
UI\WebControls\ModelDataSourceView.cs (2)
1161throw new InvalidOperationException(SR.GetString(SR.ModelDataSourceView_CannotCallOpenGenericMethods, methodInfo, methodInfo.ReflectedType.FullName)); 1169methodInfo, methodInfo.ReflectedType.FullName, parameterInfo));
Util\AppVerifier.cs (1)
674Type type = method.ReflectedType;
System.Web.Extensions (1)
Script\Serialization\JavaScriptSerializer.cs (1)
486? String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CannotSerializeMemberGeneric, currentMember.Name, currentMember.ReflectedType.FullName) + " " + AtlasWeb.JSON_InvalidEnumType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1228mainType = exe.EntryPoint.ReflectedType;
System.Workflow.Activities (6)
Designers\StateDesigner.cs (1)
2453return this.realPropertyInfo.ReflectedType;
Rules\Executor.cs (2)
131RuleDecompiler.DecompileType(propertyInfo.ReflectedType), propertyInfo.Name, e.InnerException.Message); 157RuleDecompiler.DecompileType(propertyInfo.ReflectedType), propertyInfo.Name, e.InnerException.Message);
Rules\Expressions.cs (1)
1615RuleDecompiler.DecompileType(mi.ReflectedType), mi.Name, e.InnerException.Message);
Rules\RuleValidation.cs (2)
279get { return actualMethod.ReflectedType; } 391get { return actualMethod.ReflectedType; }
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
865get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.ctorInfo.ReflectedType); } 936get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.fieldInfo.ReflectedType); } 1039get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.propertyInfo.ReflectedType); } 1160return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.methodInfo.ReflectedType); 1229get { return this.rtTypeWrapper.ResolveTypeFromTypeSystem(this.eventInfo.ReflectedType); }
AuthoringOM\Design\ComponentSerializationService.cs (1)
829return this.realPropInfo.ReflectedType;
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
93return this.realPropertyInfo.ReflectedType;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (3)
796DependencyProperty dependencyProperty = DependencyProperty.FromName(property.Name, property.ReflectedType); 802string key = property.ReflectedType.FullName + "." + property.Name; 2014string key = property.ReflectedType.FullName + "." + property.Name;
System.WorkflowServices (2)
System\Workflow\Activities\SendActivity.cs (1)
542object retVal = operation.ReflectedType.InvokeMember(operation.Name,
System\Workflow\Activities\ValidationHelper.cs (1)
1021if (!methodInfo.ReflectedType.IsAssignableFrom(contractType))
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
363Type t = mb.ReflectedType;
WindowsBase (2)
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
264if (cad.Constructor.ReflectedType == attrType) 298if (cinfo.ReflectedType == attrType)