6 references to TryGetAttribute
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
2424if (!TypeDescriptorHelper.TryGetAttribute(e.Component.GetType(), out PropertyTabAttribute? tabAttribute)) 2471if (!TypeDescriptorHelper.TryGetAttribute(e.Component.GetType(), out PropertyTabAttribute? tabAttribute)) 3447if (TypeDescriptorHelper.TryGetAttribute(components.GetType(), out PropertyTabAttribute? tabAttribute))
System.Windows.Forms.Design (3)
System\Drawing\Design\ToolboxItem.cs (2)
592if (TypeDescriptorHelper.TryGetAttribute(type, out DescriptionAttribute? descattr)) 597if (TypeDescriptorHelper.TryGetAttribute(type, out ToolboxBitmapAttribute? attr))
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
691if (TypeDescriptorHelper.TryGetAttribute(type, out DataGridViewColumnDesignTimeVisibleAttribute? attribute) && !attribute.Visible)