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