12 references to X
System.Web.Mobile (12)
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);