28 references to DisplayName
System.Web (28)
UI\WebParts\ConnectionsZone.cs (7)
1052connectionPoint.DisplayName : 1528writer.WriteEncodedText(provider.DisplayName); 1621writer.WriteEncodedText(consumer.DisplayName); 1854providerConnectionPoint.DisplayName : 1894consumerConnectionPoint.DisplayName : 1976connectionPointName = _pendingConsumerConnectionPoint.DisplayName; 1981connectionPointName = _pendingProviderConnectionPoint.DisplayName;
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\WebPartManager.cs (9)
1317new string[] {providerConnectionPoint.DisplayName, provider.ID, 1318consumerConnectionPoint.DisplayName, consumer.ID})); 1329consumerConnectionPoint.DisplayName, consumer.ID, 1330providerConnectionPoint.DisplayName, provider.ID})); 1355providerConnectionPoint.DisplayName, provider.ID, transformerType.FullName)); 1364transformerType.FullName, consumerConnectionPoint.DisplayName, consumer.ID)); 1375consumerConnectionPoint.DisplayName, consumer.ID)); 1565connection.Consumer.SetConnectErrorMessage(SR.GetString(SR.WebPartConnection_Duplicate, connection.ConsumerConnectionPoint.DisplayName, 1571connection.Consumer.SetConnectErrorMessage(SR.GetString(SR.WebPartConnection_Duplicate, connection.ProviderConnectionPoint.DisplayName,
UI\WebParts\WebPartTracker.cs (1)
38webPart.SetConnectErrorMessage(SR.GetString(SR.WebPartTracker_CircularConnection, _providerConnectionPoint.DisplayName));