1 write to TwoWayBound
System.Web (1)
UI\ControlBuilder.cs (1)
740entry.TwoWayBound = twoWayBound;
13 references to TwoWayBound
System.Web (13)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (5)
856if (entry.TwoWayBound && (isBindableTemplateBuilder || entry.ReadOnlyProperty)) 1033if (!entry.TwoWayBound) 1359if (entry.TwoWayBound && (isBindableTemplateBuilder || entry.ReadOnlyProperty)) 1392DataBindingExpressionBuilder.BuildExpressionSetup(builder, topStatements, otherStatements, linePragma, entry.TwoWayBound, _designerMode); 1410if (entry.TwoWayBound) {
UI\BindableTemplateBuilder.cs (1)
86if (!entry.TwoWayBound)
UI\ControlBuilder.cs (7)
772if (entry.TwoWayBound) { 810if (entry.TwoWayBound) { 837if (entry.TwoWayBound) { 2280if (entry.TwoWayBound && this is BindableTemplateBuilder) { 2400if ((entry.TwoWayBound && (isBindableTemplateBuilder || entry.ReadOnlyProperty)) 2401|| (!entry.TwoWayBound && isTemplateBuilder)) 2572if (entry.TwoWayBound) {