17 references to PropertyTabAttribute
System (3)
compmod\system\componentmodel\design\PropertyTabAttribute.cs (3)
151if (other is PropertyTabAttribute) { 152return Equals((PropertyTabAttribute)other); 158public bool Equals(PropertyTabAttribute other) {
System.Windows.Forms (14)
winforms\Managed\System\WinForms\PropertyGrid.cs (14)
2533PropertyTabAttribute tabAttr = (PropertyTabAttribute) TypeDescriptor.GetAttributes(objs[0])[typeof(PropertyTabAttribute)]; 2562tabAttr = (PropertyTabAttribute) TypeDescriptor.GetAttributes(objs[i])[typeof(PropertyTabAttribute)]; 2812PropertyTabAttribute attribute = (PropertyTabAttribute) TypeDescriptor.GetAttributes(e.Component.GetType())[typeof(PropertyTabAttribute)]; 2848PropertyTabAttribute attribute = (PropertyTabAttribute) TypeDescriptor.GetAttributes(e.Component.GetType())[typeof(PropertyTabAttribute)]; 3959PropertyTabAttribute attribute = (PropertyTabAttribute) TypeDescriptor.GetAttributes(comp.GetType())[typeof(PropertyTabAttribute)];