3 references to NeedParenthesis
System (1)
compmod\system\componentmodel\design\ParenthesizePropertyNameAttribute.cs (1)
64
return ((ParenthesizePropertyNameAttribute)o).
NeedParenthesis
== needParenthesis;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2483
if (((ParenthesizePropertyNameAttribute)props[i].Attributes[typeof(ParenthesizePropertyNameAttribute)]).
NeedParenthesis
) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
226
if (((ParenthesizePropertyNameAttribute)propertyInfo.Attributes[typeof(ParenthesizePropertyNameAttribute)]).
NeedParenthesis
) {