2 references to _helpStrings
System.Windows.Forms (2)
System\Windows\Forms\Help\HelpProvider.cs (2)
90
return
_helpStrings
.TryGetValue(ctl, out string? value) ? value : null;
176
_helpStrings
[ctl] = helpString;