2 writes to HelpUrl
System.ComponentModel.TypeConverter (2)
System\ComponentModel\WarningException.cs (2)
55HelpUrl = helpUrl; 66HelpUrl = (string?)info.GetValue("helpUrl", typeof(string));
3 references to HelpUrl
System.ComponentModel.TypeConverter (1)
System\ComponentModel\WarningException.cs (1)
85info.AddValue("helpUrl", HelpUrl);
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
638Help.ShowHelp(null, warning.HelpUrl, warning.HelpTopic);
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
105if (w.HelpUrl is null)