5 overrides of Anchor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
892public override AnchorStyles Anchor {
winforms\Managed\System\WinForms\Splitter.cs (1)
83public override AnchorStyles Anchor {
winforms\Managed\System\WinForms\TabPage.cs (1)
248public override AnchorStyles Anchor {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
433public override AnchorStyles Anchor {
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
62public override AnchorStyles Anchor {
55 writes to Anchor
System.Web.Entity.Design (34)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (5)
77this._databaseConnectionGroupBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 78this._radioButtonsGroupContainer.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 95this._namedConnectionComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 110this._connectionStringTextBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 125this._containerNameComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (8)
69this._entitySetComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 83this._entityTypeFilterComboBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 98this._selectAdvancedTextBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom; 108this._selectSimpleCheckedListBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom; 116this._insertUpdateDeletePanel.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; 125this._enableInsertCheckBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; 134this._enableUpdateCheckBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; 143this._enableDeleteCheckBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (12)
136_checkBoxPanel.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 137_autoGenerateCheckBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 139_statementPanel.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 140_statementLabel.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 141_statementTextBox.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 145_okButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; 146_cancelButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; 171this._okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 177this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 189this._statementTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 205this._checkBoxPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 212this._statementPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
System\Data\WebControls\Design\Util\TaskFormBase.cs (4)
88this._taskPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 98this._bottomDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 108this._headerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 128this._captionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
System\Data\WebControls\Design\Util\WizardForm.cs (5)
107this._wizardButtonsTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 132this._previousButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 152this._nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 171this._finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 191this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
System.Web.Mobile (13)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
176this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (3)
240this._lblHeader.Anchor = (System.Windows.Forms.AnchorStyles.Top 247this._pnlHeader.Anchor = (System.Windows.Forms.AnchorStyles.Top 254this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
152this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom
UI\MobileControls\Design\StylesEditorDialog.cs (1)
293_propertyBrowser.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
166this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
UI\MobileControls\Design\Util\EditableTreeList.cs (6)
65LblTitle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;; 70TvList.Anchor = AnchorStyles.Top 87BtnUp.Anchor = AnchorStyles.Top | AnchorStyles.Right;; 94BtnDown.Anchor = AnchorStyles.Top | AnchorStyles.Right; 101BtnRemove.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; 108BtnAdd.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
273label1.Anchor = AnchorStyles.None; 280button1.Anchor = AnchorStyles.None;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
897base.Anchor = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
218this.buttonTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
119base.Anchor = value;
winforms\Managed\System\WinForms\TabPage.cs (1)
253base.Anchor = value;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
441base.Anchor = value;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
67base.Anchor = value;
11 references to Anchor
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Label.cs (2)
1036((this.Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right) || 1037(this.Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom))) {
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
713if ((tlp.Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right)) { 823if ((tlp.Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom)) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
894return base.Anchor;
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
538AnchorStyles anchor = richCurrent.Anchor;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
116return base.Anchor;
winforms\Managed\System\WinForms\TabPage.cs (1)
250return base.Anchor;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1373if (returnIfAnchored && (this.Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom)) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
435return base.Anchor;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
64return base.Anchor;