1 write to _webPartManager
System.Web (1)
UI\WebParts\WebPartConnection.cs (1)
406_webPartManager = webPartManager;
16 references to _webPartManager
System.Web (16)
UI\WebParts\WebPartConnection.cs (16)
49if (_webPartManager != null) { 50return _webPartManager.WebParts[consumerID]; 66if (consumer != null && _webPartManager != null) { 67return _webPartManager.GetConsumerConnectionPoint(consumer, ConsumerConnectionPointID); 166if (_webPartManager != null) { 167return _webPartManager.WebParts[providerID]; 183if (provider != null && _webPartManager != null) { 184return _webPartManager.GetProviderConnectionPoint(provider, ProviderConnectionPointID); 252Debug.Assert(_webPartManager != null); 311if (!_webPartManager.AvailableTransformers.Contains(transformerType)) { 313if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) { 345if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) { 358if (_webPartManager.Context != null && _webPartManager.Context.IsCustomErrorEnabled) {