1 write to _allowConnect
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
258
_allowConnect
= new CheckBox();
4 references to _allowConnect
System.Web (4)
UI\WebParts\BehaviorEditorPart.cs (4)
118
webPart.AllowConnect =
_allowConnect
.Checked;
259
controls.Add(
_allowConnect
);
378
_allowConnect
,
418
_allowConnect
.Checked = webPart.AllowConnect;