6 references to CmbHeight
System.Web.Mobile (6)
UI\MobileControls\Design\ListItemsPage.cs (1)
121
_txtValue.SetBounds(X, Y, 134,
CmbHeight
);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
92
_txtText.SetBounds(X, Y, ControlWidth,
CmbHeight
);
UI\MobileControls\Design\ObjectListFieldsPage.cs (4)
105
_cmbDataField.SetBounds(X, Y, ControlWidth,
CmbHeight
);
121
_txtDataFormatString.SetBounds(X, Y, ControlWidth,
CmbHeight
);
133
_txtTitle.SetBounds(X, Y, ControlWidth,
CmbHeight
);
138
_ckbVisible.SetBounds(X, Y, ControlWidth,
CmbHeight
);