1 instantiation of ControlElement
System.Web.Mobile (1)
UI\MobileControls\MobileControlsSection.cs (1)
555
return new
ControlElement
();
13 references to ControlElement
System.Web.Mobile (13)
UI\MobileControls\MobileControlsSection.cs (12)
479
[ConfigurationCollection(typeof(
ControlElement
), AddItemName = "control")]
509
public void Add(
ControlElement
controlElement )
517
public void Remove(
ControlElement
controlElement )
525
public new
ControlElement
this[ string name ]
529
return (
ControlElement
)BaseGet( name );
532
public
ControlElement
this[ int index ]
536
return (
ControlElement
)BaseGet( index );
560
return ( (
ControlElement
)element ).Name;
592
private static readonly ConfigurationElementProperty s_elemProperty = new ConfigurationElementProperty( new CallbackValidator( typeof(
ControlElement
), ValidateElement ) );
694
Debug.Assert( ( value != null ) && ( value is
ControlElement
) );
696
ControlElement
elem = (
ControlElement
)value;
UI\MobileControls\MobileControlsSectionHelper.cs (1)
16
foreach (
ControlElement
control in device.Controls) {