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)
49
if (
_webPartManager
!= null) {
50
return
_webPartManager
.WebParts[consumerID];
66
if (consumer != null &&
_webPartManager
!= null) {
67
return
_webPartManager
.GetConsumerConnectionPoint(consumer, ConsumerConnectionPointID);
166
if (
_webPartManager
!= null) {
167
return
_webPartManager
.WebParts[providerID];
183
if (provider != null &&
_webPartManager
!= null) {
184
return
_webPartManager
.GetProviderConnectionPoint(provider, ProviderConnectionPointID);
252
Debug.Assert(
_webPartManager
!= null);
311
if (!
_webPartManager
.AvailableTransformers.Contains(transformerType)) {
313
if (
_webPartManager
.Context != null &&
_webPartManager
.Context.IsCustomErrorEnabled) {
345
if (
_webPartManager
.Context != null &&
_webPartManager
.Context.IsCustomErrorEnabled) {
358
if (
_webPartManager
.Context != null &&
_webPartManager
.Context.IsCustomErrorEnabled) {