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