7 references to Name
System (4)
compmod\system\componentmodel\DefaultEventAttribute.cs (1)
59
return (other != null) && other.
Name
== name;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
1704
if (attr != null && attr.
Name
!= null)
1708
return TypeDescriptor.GetEvents(instance)[attr.
Name
];
1712
return TypeDescriptor.GetEvents(_type)[attr.
Name
];
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (3)
1204
if (defaultEventAttribute == null || defaultEventAttribute.
Name
== null || defaultEventAttribute.
Name
.Length == 0)
1207
ActivityBindPropertyDescriptor defaultPropEvent = TypeDescriptor.GetProperties(Activity)[defaultEventAttribute.
Name
] as ActivityBindPropertyDescriptor;