1 write to HelpUrl
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
219webPart.HelpUrl = value;
4 references to HelpUrl
System.Web (4)
UI\WebParts\BehaviorEditorPart.cs (1)
439_helpUrl.Text = webPart.HelpUrl;
UI\WebParts\WebPartChrome.cs (2)
418string resolvedHelpUrl = Zone.ResolveClientUrl(webPart.HelpUrl); 773if (String.IsNullOrEmpty(webPart.HelpUrl)) {
UI\WebParts\WebPartMenu.cs (1)
244((IUrlResolutionService)associatedWebPart).ResolveClientUrl(associatedWebPart.HelpUrl);