10 references to DefaultMemberAttribute
mscorlib (1)
system\rttype.cs (1)
1786Type DefaultMemberAttrType = typeof(DefaultMemberAttribute);
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
3599object[] attrs = targetType.GetCustomAttributes(typeof(DefaultMemberAttribute), true); 3603DefaultMemberAttribute[] defaultMemberAttrs = (DefaultMemberAttribute[])attrs;
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (3)
465DefaultMemberAttribute attr = null; 469object[] attrs = GetCustomAttributes(typeof(DefaultMemberAttribute), false); 471attr = attrs[0] as DefaultMemberAttribute;
System.WorkflowServices (3)
System\Workflow\Activities\ContractType.cs (3)
239DefaultMemberAttribute attr = null; 243object[] attrs = GetCustomAttributes(typeof(DefaultMemberAttribute), false); 246attr = attrs[0] as DefaultMemberAttribute;