1 write to NeedParenthesis
System.ComponentModel.Primitives (1)
System\ComponentModel\ParenthesizePropertyNameAttribute.cs (1)
32NeedParenthesis = needParenthesis;
4 references to NeedParenthesis
System.ComponentModel.Primitives (2)
System\ComponentModel\ParenthesizePropertyNameAttribute.cs (2)
45obj is ParenthesizePropertyNameAttribute other && other.NeedParenthesis == NeedParenthesis;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2102if (props[i].GetAttribute<ParenthesizePropertyNameAttribute>()?.NeedParenthesis ?? false)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
140_parensAroundName = PropertyDescriptor.GetAttribute<ParenthesizePropertyNameAttribute>()?.NeedParenthesis ?? false;