10 references to PropertyTabAttribute
netstandard (1)
netstandard.cs (1)
396[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
382[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.PropertyTabAttribute))]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Design\PropertyTabAttribute.cs (2)
148=> Equals(other as PropertyTabAttribute); 150public bool Equals([NotNullWhen(true)] PropertyTabAttribute? other)
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2157if (!TypeDescriptorHelper.TryGetAttribute(components[0], out PropertyTabAttribute? tabAttribute)) 2430if (!TypeDescriptorHelper.TryGetAttribute(e.Component.GetType(), out PropertyTabAttribute? tabAttribute)) 2477if (!TypeDescriptorHelper.TryGetAttribute(e.Component.GetType(), out PropertyTabAttribute? tabAttribute)) 3453if (TypeDescriptorHelper.TryGetAttribute(components.GetType(), out PropertyTabAttribute? tabAttribute))
System\Windows\Forms\Design\PropertyTab.cs (2)
20/// <see cref="PropertyTabAttribute"/> that indicates the type of the property tab or property tabs to display 26/// <see cref="PropertyTabAttribute"/> associated with the type or property field of the component that is