3 references to Resolve
System.Windows.Forms (3)
System\Windows\Forms\Help\Help.cs (3)
111file = Resolve(url); 196Uri? file = Resolve(url) ?? throw new ArgumentException(string.Format(SR.HelpInvalidURL, url), nameof(url)); 297Uri? file = Resolve(url);