9 types derived from MobileControl
System.Web.Mobile (9)
UI\MobileControls\AdRotator.cs (1)
51
public class AdRotator :
MobileControl
UI\MobileControls\Calendar.cs (1)
44
public class Calendar :
MobileControl
, IPostBackEventHandler
UI\MobileControls\Image.cs (1)
39
public class Image :
MobileControl
, IPostBackEventHandler
UI\MobileControls\PagedControl.cs (1)
29
public abstract class PagedControl :
MobileControl
UI\MobileControls\Panel.cs (1)
27
public class Panel :
MobileControl
, ITemplateable
UI\MobileControls\SelectionList.cs (1)
43
public class SelectionList :
MobileControl
, IPostBackDataHandler, IListControl
UI\MobileControls\StyleSheet.cs (1)
43
public class StyleSheet :
MobileControl
UI\MobileControls\TextControl.cs (1)
30
public abstract class TextControl :
MobileControl
UI\MobileControls\ValidationSummary.cs (1)
41
public class ValidationSummary :
MobileControl
152 references to MobileControl
System.Web.Mobile (152)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (2)
52
MobileControl
mobileControl = control as
MobileControl
;
UI\MobileControls\Adapters\ControlAdapter.cs (2)
71
private
MobileControl
_control;
74
public
MobileControl
Control
UI\MobileControls\Adapters\HtmlControlAdapter.cs (3)
142
MobileControl
control = Control;
257
MobileControl
mobileCtl = child as
MobileControl
;
UI\MobileControls\Adapters\HtmlFormAdapter.cs (10)
155
MobileControl
secondaryUIControl = SecondaryUIControl as
MobileControl
;
499
MobileControl
mc = control as
MobileControl
;
509
MobileControl
mobileChild = child as
MobileControl
;
523
private bool IsControlInFormHeader(
MobileControl
control)
528
private bool IsControlInFormFooter(
MobileControl
control)
533
private bool IsAncestor(
MobileControl
ancestor,
MobileControl
descendant)
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
273
internal String GetControlPostBackValue(
MobileControl
ctl)
UI\MobileControls\Adapters\WmlFormAdapter.cs (8)
74
MobileControl
secondaryUIControl = SecondaryUIControl as
MobileControl
;
176
MobileControl
mobileCtl = control as
MobileControl
;
310
MobileControl
mc = control as
MobileControl
;
320
MobileControl
mobileChild = child as
MobileControl
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (5)
126
MobileControl
mobileControl = Control as
MobileControl
;
601
protected virtual String GetCustomAttributeValue(
MobileControl
control, String attributeName) {
688
MobileControl
mobileCtl = child as
MobileControl
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (14)
199
private
MobileControl
_secondaryUIControl;
204
Control ctl = control.Parent as
MobileControl
;
218
ctl = ctl.Parent as
MobileControl
;
234
internal int GetSecondaryUIMode(
MobileControl
control) {
238
internal void SetSecondaryUIMode(
MobileControl
control, int mode) {
256
internal
MobileControl
SecondaryUIControl {
263
private bool IsControlInFormHeader(
MobileControl
control) {
268
private bool IsControlInFormFooter(
MobileControl
control) {
272
private bool IsAncestor(
MobileControl
ancestor,
MobileControl
descendant) {
397
MobileControl
mc = control as
MobileControl
;
407
MobileControl
mobileChild = child as
MobileControl
;
UI\MobileControls\ControlPager.cs (1)
117
public ItemPager GetItemPager(
MobileControl
control, int itemCount, int itemsPerPage, int itemWeight)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (3)
288
internal static int GetMaxWidthToFit(
MobileControl
control, out byte templateStatus)
331
Debug.Assert(control.Parent is
MobileControl
);
332
Style parentStyle = ((
MobileControl
) control.Parent).Style;
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
58
internal void WriteDesignerStyleAttributes(
MobileControl
control,
UI\MobileControls\Design\Converters\ChoiceConverter.cs (3)
78
else if (instance is
MobileControl
)
80
MobileControl
mc = (
MobileControl
) instance;
UI\MobileControls\Design\Converters\FormConverter.cs (11)
29
private Form GetContainingForm(
MobileControl
mc)
34
private StyleSheet GetContainingStyleSheet(
MobileControl
mc)
39
private Control FindContainer(
MobileControl
mc, Type containerType)
54
MobileControl
control = null;
64
Debug.Assert(obj is
MobileControl
);
65
Form form = GetContainingForm((
MobileControl
)obj);
72
GetContainingStyleSheet((
MobileControl
)obj) == null)
77
control = list.GetValue(0) as
MobileControl
;
81
if (context.Instance is
MobileControl
)
83
control = (
MobileControl
) context.Instance;
89
control = designer.UnderlyingObject as
MobileControl
;
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (3)
65
else if (instance is System.Web.UI.MobileControls.
MobileControl
)
67
MobileControl
control = (
MobileControl
)instance;
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (3)
23
private Form GetContainingForm(
MobileControl
mc)
28
private StyleSheet GetContainingStyleSheet(
MobileControl
mc)
33
private Control FindContainer(
MobileControl
mc, Type containerType)
UI\MobileControls\Design\MobileComponentEditorPage.cs (4)
39
private
MobileControl
_control = null;
80
protected
MobileControl
GetBaseControl()
88
Debug.Assert(selectedComponent is
MobileControl
);
89
_control = (
MobileControl
)selectedComponent;
UI\MobileControls\Design\MobileContainerDesigner.cs (3)
35
private
MobileControl
_mobileControl;
269
Debug.Assert(component is
MobileControl
,
272
_mobileControl = (
MobileControl
) component;
UI\MobileControls\Design\MobileControlDesigner.cs (5)
38
private
MobileControl
_mobileControl;
442
Debug.Assert(component is System.Web.UI.MobileControls.
MobileControl
,
447
_mobileControl = (System.Web.UI.MobileControls.
MobileControl
) component;
589
ds = ((
MobileControl
) _mobileControl).DeviceSpecific;
598
ds.SetOwner((
MobileControl
) _mobileControl);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (4)
43
private
MobileControl
_mobileControl;
679
Debug.Assert(component is System.Web.UI.MobileControls.
MobileControl
||
685
if (component is System.Web.UI.MobileControls.
MobileControl
)
687
_mobileControl = (System.Web.UI.MobileControls.
MobileControl
) component;
UI\MobileControls\Design\PropertyOverridesDialog.cs (5)
735
MobileControl
destControl = null;
746
if(source is
MobileControl
)
750
destControl = (
MobileControl
) dest;
751
MobileControl
sourceControl = (
MobileControl
) source;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
798
ds.SetOwner((
MobileControl
) _styleSheet);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
325
MobileControl
mobileControl = control as
MobileControl
;
UI\MobileControls\Design\Util\DesignerUtility.cs (1)
47
internal static bool TopLevelControl(
MobileControl
control)
UI\MobileControls\DeviceSpecific.cs (4)
160
Debug.Assert(Owner is
MobileControl
);
161
return ((
MobileControl
)Owner).MobilePage;
194
MobileControl
control =
195
(asStyle != null) ? asStyle.Control : (
MobileControl
)Owner;
UI\MobileControls\ErrorFormatterPage.cs (2)
63
private
MobileControl
CreateControlForText(String text)
83
MobileControl
ctl;
UI\MobileControls\Form.cs (5)
581
MobileControl
ctp = control as
MobileControl
;
593
MobileControl
mc = control as
MobileControl
;
768
(typeof(
MobileControl
).IsAssignableFrom(controlType)) ||
UI\MobileControls\IControlAdapter.cs (1)
31
MobileControl
Control
UI\MobileControls\ItemPager.cs (2)
30
private
MobileControl
_control;
43
public ItemPager(ControlPager pager,
MobileControl
control, int itemCount, int itemsPerPage, int itemWeight)
UI\MobileControls\LiteralText.cs (2)
53
String s = (String)ViewState[
MobileControl
.InnerTextViewStateKey];
59
ViewState[
MobileControl
.InnerTextViewStateKey] = value;
UI\MobileControls\MobileControl.cs (19)
218
MobileControl
ctl = control as
MobileControl
;
1284
if (child is
MobileControl
&& child.Visible)
1286
MobileControl
control = (
MobileControl
)child;
1371
MobileControl
mobileCtl = child as
MobileControl
;
1395
MobileControl
mobileChild = child as
MobileControl
;
1416
MobileControl
mobileControl = control as
MobileControl
;
1432
MobileControl
.OnPageChangeRecursive(this, oldPageIndex, newPageIndex);
1441
MobileControl
mobileCtl = child as
MobileControl
;
1493
private void SetInstantiatingTemplateAndVerify (ITemplate instantiatingTemplate,
MobileControl
parent)
1495
for (
MobileControl
c = parent; c != null; c = c.Parent as
MobileControl
)
1506
internal void CheckedInstantiateTemplate(ITemplate template,
MobileControl
target,
MobileControl
targetParent)
UI\MobileControls\MobileControlsSection.cs (1)
593
private static readonly ConfigurationValidatorBase s_SubclassTypeValidator = new SubclassTypeValidator( typeof(
MobileControl
) );
UI\MobileControls\MobileControlsSectionHandler.cs (1)
114
idc.AddControl(CheckedGetType(controlName, "control", helper, typeof(
MobileControl
), currentChild),
UI\MobileControls\MobilePage.cs (9)
404
internal void AddClientViewState(
MobileControl
control, Object viewState)
410
public virtual IControlAdapter GetControlAdapter(
MobileControl
control)
1037
MobileControl
control = FindControl (_eventSource) as
MobileControl
;
1110
public Object GetPrivateViewState(
MobileControl
ctl)
1196
MobileControl
ctl = FindControl((String)entry.Key) as
MobileControl
;
1334
MobileControl
c = e.Current as
MobileControl
;
UI\MobileControls\Panel.cs (2)
46
if (child is
MobileControl
)
48
((
MobileControl
)child).AddLinkedForms(linkedForms);
UI\MobileControls\Style.cs (9)
54
private
MobileControl
_control; // containing control
206
public
MobileControl
Control
214
internal void SetControl(
MobileControl
control)
427
if (_control.Parent is
MobileControl
)
429
parentStyle = ((
MobileControl
)_control.Parent).Style;
437
_control.Parent.Parent is
MobileControl
)
439
parentStyle = ((
MobileControl
)_control.Parent.Parent).Style;
444
while(!(_tempControl is
MobileControl
) && (_tempControl != null))
450
parentStyle = ((
MobileControl
)_tempControl).Style;