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