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