72 references to SetBounds
System.Web.Mobile (60)
UI\MobileControls\Design\ListGeneralPage.cs (12)
114appearanceGroup.SetBounds(4, 4, 372, 16); 121decorationLabel.SetBounds(8, 24, 200, 16); 126_decorationCombo.SetBounds(8, 40, 161, 21); 136pagingGroup.SetBounds(4, 77, 372, 16); 141itemCountLabel.SetBounds(8, 97, 161, 16); 146_itemCountTextBox.SetBounds(8, 113, 161, 20); 151itemsPerPageLabel.SetBounds(211, 97, 161, 16); 156_itemsPerPageTextBox.SetBounds(211, 113, 161, 20); 163selectTypeLabel.SetBounds(8, 24, 161, 16); 168_selectTypeCombo.SetBounds(8, 40, 161, 21); 180rowsLabel.SetBounds(211, 24, 161, 16); 185_rowsTextBox.SetBounds(211, 40, 161, 20);
UI\MobileControls\Design\ListItemsPage.cs (5)
98_itemsAsLinksCheckBox.SetBounds(4, 4, 370, 16); 106grplblItemList.SetBounds(4, _isBaseControlList ? 32 : 4, 372, LabelHeight); 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 (6)
77grplblCommandList.SetBounds(4, 4, 392, LabelHeight); 85lblText.SetBounds(X, Y, ControlWidth, LabelHeight); 92_txtText.SetBounds(X, Y, ControlWidth, CmbHeight); 97grplblData.SetBounds(4, 238, 392, LabelHeight); 103lblDefaultCommand.SetBounds(8, 260, 182, LabelHeight); 109_cmbDefaultCommand.SetBounds(8, 276, 182, 64);
UI\MobileControls\Design\ObjectListFieldsPage.cs (9)
84_ckbAutoGenerateFields.SetBounds(4, 4, 396, LabelHeight); 91grplblFieldList.SetBounds(4, 32, 392, LabelHeight); 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);
UI\MobileControls\Design\ObjectListGeneralPage.cs (12)
61grplblAppearance.SetBounds(4, 4, 392, 16); 67lblBackCommandText.SetBounds(12, 24, 174, 16); 73_txtBackCommandText.SetBounds(12, 40, 154, 20); 78lblDetailsCommandText.SetBounds(206, 24, 174, 16); 84_txtDetailsCommandText.SetBounds(206, 40, 154, 20); 89lblMoreText.SetBounds(12, 67, 174, 16); 95_txtMoreText.SetBounds(12, 83, 154, 20); 106pagingGroup.SetBounds(4, 118, 392, 16); 111itemCountLabel.SetBounds(12, 138, 174, 16); 116_txtItemCount.SetBounds(12, 154, 154, 20); 121itemsPerPageLabel.SetBounds(206, 138, 174, 16); 126_txtItemsPerPage.SetBounds(206, 154, 154, 20);
UI\MobileControls\Design\StylesEditorDialog.cs (16)
169grplblStyleList.SetBounds(6, 5, 432, 16); 175lblAvailableStyles.SetBounds(14, 25, 180, 16); 188_lvAvailableStyles.SetBounds(14, 41, 180, 95); 204_btnAdd.SetBounds(198, 77, 32, 25); 211lblDefinedStyles.SetBounds(234, 25, 166, 16); 216_tvDefinedStyles.SetBounds(234, 41, 166, 95); 235_btnUp.SetBounds(404, 41, 28, 27); 244_btnDown.SetBounds(404, 72, 28, 27); 253_btnRemove.SetBounds(404, 109, 28, 27); 260grplblStyleProperties.SetBounds(6, 145, 432, 16); 266lblType.SetBounds(14, 165, 180, 16); 271_txtType.SetBounds(14, 181, 180, 16); 277lblSample.SetBounds(14, 213, 180, 16); 282_samplePreview.SetBounds(14, 229, 180, 76); 287lblProperties.SetBounds(234, 165, 198, 16); 292_propertyBrowser.SetBounds(234, 181, 198, 178);
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ListBox.cs (1)
163SetBounds(0, 0, 120, 96);
winforms\Managed\System\WinForms\ListView.cs (1)
250SetBounds(0,0,121,97);
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
3084doccomment.SetBounds(0, endSize - height, Size.Width, height); 3123hotcommands.SetBounds(0, endSize - height, Size.Width, height);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1060ctl.SetBounds(rectTarget.X,rectTarget.Y, 1665dropDownHolder.SetBounds(loc.X, loc.Y, size.Width, size.Height); 1736dropDownHolder.SetBounds(loc.X, loc.Y, size.Width, size.Height);
winforms\Managed\System\WinForms\SendKeys.cs (1)
992SetBounds(-1, -1, 0, 0);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
291message.SetBounds(scaledPictureWidth, 329b.SetBounds(scaledButtonDetailsLeftPadding, buttonTop, scaledButtonWidth, scaledButtonHeight); 340b.SetBounds(buttonLeft, buttonTop, scaledButtonWidth, scaledButtonHeight); 353details.SetBounds(scaledButtonDetailsLeftPadding, buttonTop + scaledButtonTopPadding, width - scaledDetailsWidthPadding, scaledDetailsHeight);