26 references to DisplayTitle
System.Web (26)
UI\Page.cs (1)
5276string title = webPartToExport.DisplayTitle;
UI\WebParts\ConnectionsZone.cs (5)
1047return part.DisplayTitle; 1050return part.DisplayTitle + " (" + 1926label.Text = String.Format(CultureInfo.CurrentCulture, instructionTitle, WebPartToConnect.DisplayTitle); 1975partTitle = _pendingProvider.DisplayTitle; 1980partTitle = _pendingConsumer.DisplayTitle;
UI\WebParts\WebPartChrome.cs (3)
186string descriptionText = webPart.DisplayTitle; 197string titleText = webPart.DisplayTitle; 571verbControl.ToolTip = String.Format(CultureInfo.CurrentCulture, verb.Description, webPart.DisplayTitle);
UI\WebParts\WebPartConnection.cs (11)
272consumerWebPart.SetConnectErrorMessage(SR.GetString(SR.WebPartConnection_DisabledConnectionPoint, providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle)); 281consumerWebPart.SetConnectErrorMessage(SR.GetString(SR.WebPartConnection_DisabledConnectionPoint, consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle)); 298consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle, 299providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle})); 304providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle, 305consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle})); 340consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle)); 347providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle); 351providerConnectionPoint.DisplayName, providerWebPart.DisplayTitle, transformerType.FullName); 360consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle); 364transformerType.FullName, consumerConnectionPoint.DisplayName, consumerWebPart.DisplayTitle);
UI\WebParts\WebPartDescription.cs (1)
43string displayTitle = part.DisplayTitle;
UI\WebParts\WebPartManager.cs (4)
1566connection.Consumer.DisplayTitle)); 1572connection.Provider.DisplayTitle)); 1658providerWebPart.DisplayTitle)); 1667consumerWebPart.DisplayTitle));
UI\WebParts\WebPartMenu.cs (1)
229alt = String.Format(CultureInfo.CurrentCulture, verb.Description, associatedWebPart.DisplayTitle);