1 write to AllowConnect
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
118
webPart.
AllowConnect
= _allowConnect.Checked;
7 references to AllowConnect
System.Web (7)
UI\WebParts\BehaviorEditorPart.cs (1)
418
_allowConnect.Checked = webPart.
AllowConnect
;
UI\WebParts\ConnectionsZone.cs (4)
1063
if (providerConnectionPoint == null || provider == null || !provider.
AllowConnect
) {
1076
if (!consumer.
AllowConnect
) {
1113
if (consumerConnectionPoint == null || consumer == null || !consumer.
AllowConnect
) {
1126
if (!provider.
AllowConnect
) {
UI\WebParts\WebPartChrome.cs (1)
737
!webPart.
AllowConnect
) {
UI\WebParts\WebPartZoneBase.cs (1)
821
webPart.
AllowConnect
) {