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