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