9 references to DesignerDataBoundLiteralControl
System.Web (1)
UI\ControlBuilder.cs (1)
1372
subBuilder = CreateBuilderFromType(Parser, this, typeof(
DesignerDataBoundLiteralControl
),
System.Web.Mobile (8)
UI\MobileControls\Design\MobileControlPersister.cs (5)
814
if (control is
DesignerDataBoundLiteralControl
) {
815
PersistDataBoundLiteralControl(sw, (
DesignerDataBoundLiteralControl
)control);
860
if (control is
DesignerDataBoundLiteralControl
) {
861
PersistDataBoundLiteralControl(sw, (
DesignerDataBoundLiteralControl
)control);
964
private static void PersistDataBoundLiteralControl(TextWriter sw,
DesignerDataBoundLiteralControl
control) {
UI\MobileControls\MobileControl.cs (3)
1024
child is
DesignerDataBoundLiteralControl
)
1078
else if (child is
DesignerDataBoundLiteralControl
)
1080
text = ((
DesignerDataBoundLiteralControl
)child).Text;