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