1 instantiation of HelpKeywordAttribute
System (1)
compmod\system\componentmodel\design\HelpKeywordAttribute.cs (1)
57public static readonly HelpKeywordAttribute Default = new HelpKeywordAttribute();
9 references to HelpKeywordAttribute
System (3)
compmod\system\componentmodel\design\HelpKeywordAttribute.cs (3)
57public static readonly HelpKeywordAttribute Default = new HelpKeywordAttribute(); 104if ((obj != null) && (obj is HelpKeywordAttribute)) { 105return ((HelpKeywordAttribute)obj).HelpKeyword == HelpKeyword;
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (3)
111HelpKeywordAttribute helpAttribute = (HelpKeywordAttribute)propertyInfo.Attributes[typeof(HelpKeywordAttribute)];
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
190HelpKeywordAttribute helpAttribute = (HelpKeywordAttribute)TypeDescriptor.GetAttributes(objValue)[typeof(HelpKeywordAttribute)];