3 overrides of HelpKeyword
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
77public override string? HelpKeyword => null;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
53public override string? HelpKeyword
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
148public override string? HelpKeyword
4 references to HelpKeyword
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
550public virtual string? HelpKeyword => _parent?.HelpKeyword ?? string.Empty;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
5086if (temp.HelpKeyword is not null) 5088_helpService.RemoveContextAttribute("Keyword", temp.HelpKeyword); 5111string? helpKeyword = entry.HelpKeyword;