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