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