1 write to AllowConnect
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
118webPart.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)
1063if (providerConnectionPoint == null || provider == null || !provider.AllowConnect) { 1076if (!consumer.AllowConnect) { 1113if (consumerConnectionPoint == null || consumer == null || !consumer.AllowConnect) { 1126if (!provider.AllowConnect) {
UI\WebParts\WebPartChrome.cs (1)
737!webPart.AllowConnect) {
UI\WebParts\WebPartZoneBase.cs (1)
821webPart.AllowConnect) {