12 writes to Y
System.Web.Mobile (12)
UI\MobileControls\Design\ListItemsPage.cs (3)
83
Y
= (_isBaseControlList ? 52 : 24);
119
Y
+= LabelHeight;
138
Y
+= CellSpace;
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
44
Y
= 24;
91
Y
+= LabelHeight;
UI\MobileControls\Design\ObjectListFieldsPage.cs (7)
46
Y
= 52;
104
Y
+= LabelHeight;
113
Y
+= CellSpace;
120
Y
+= LabelHeight;
125
Y
+= CellSpace;
132
Y
+= LabelHeight;
137
Y
+= CellSpace;
13 references to Y
System.Web.Mobile (13)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
55
TreeList = new EditableTreeList(true, CaseSensitive,
Y
);
UI\MobileControls\Design\ListItemsPage.cs (3)
114
lblValue.SetBounds(X,
Y
, 134, LabelHeight);
121
_txtValue.SetBounds(X,
Y
, 134, CmbHeight);
140
_ckbSelected.SetBounds(X,
Y
, 134, LabelHeight);
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
85
lblText.SetBounds(X,
Y
, ControlWidth, LabelHeight);
92
_txtText.SetBounds(X,
Y
, ControlWidth, CmbHeight);
UI\MobileControls\Design\ObjectListFieldsPage.cs (7)
99
lblDataField.SetBounds(X,
Y
, ControlWidth, LabelHeight);
105
_cmbDataField.SetBounds(X,
Y
, ControlWidth, CmbHeight);
115
lblDataFormatString.SetBounds(X,
Y
, ControlWidth, LabelHeight);
121
_txtDataFormatString.SetBounds(X,
Y
, ControlWidth, CmbHeight);
127
lblTitle.SetBounds(X,
Y
, ControlWidth, LabelHeight);
133
_txtTitle.SetBounds(X,
Y
, ControlWidth, CmbHeight);
138
_ckbVisible.SetBounds(X,
Y
, ControlWidth, CmbHeight);