74 references to Right
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
119elementHost.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right;
System.Web.Entity.Design (32)
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 (4)
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;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (14)
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; 143_parameterEditorUserControl.Anchor = AnchorStyles.Bottom | 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))); 190| System.Windows.Forms.AnchorStyles.Right))); 206| System.Windows.Forms.AnchorStyles.Right))); 213| System.Windows.Forms.AnchorStyles.Right))); 222| System.Windows.Forms.AnchorStyles.Right)));
System\Data\WebControls\Design\Util\TaskFormBase.cs (4)
90| System.Windows.Forms.AnchorStyles.Right))); 99| System.Windows.Forms.AnchorStyles.Right))); 109| System.Windows.Forms.AnchorStyles.Right))); 129| System.Windows.Forms.AnchorStyles.Right)));
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 (7)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
293_propertyBrowser.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right;
UI\MobileControls\Design\Util\EditableTreeList.cs (6)
65LblTitle.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;; 73| AnchorStyles.Right; 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 (34)
winforms\Managed\System\WinForms\Label.cs (2)
1036((this.Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right) ||
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (9)
41if ((anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right)) { 102if((anchor & AnchorStyles.Right) != AnchorStyles.None 150if (IsAnchored(anchor, AnchorStyles.Right)) { 582if (IsAnchored(anchor, AnchorStyles.Right)) { 646bool rightReleased = IsAnchored(oldValue, AnchorStyles.Right) && !IsAnchored(value, AnchorStyles.Right); 833if (IsAnchored(anchor, AnchorStyles.Left) && !IsAnchored(anchor, AnchorStyles.Right)) { 846if (IsAnchored(anchor, AnchorStyles.Right)) {
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
606bool isRight = (anchorStyles & AnchorStyles.Right) != 0; //whether the control anchors to right and does not stretch;
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (14)
35public const AnchorStyles HorizontalAnchorStyles = AnchorStyles.Left | AnchorStyles.Right; 40/* Top */ AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right, 41/* Bottom */ AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right, 43/* Right */ AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom, 44/* Fill */ AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left 167for (int i = 1; i <= (int)AnchorStyles.Right; i=i <<1) { 172result |= AnchorStyles.Right; 177case AnchorStyles.Right: 260if ((anchorStyles & AnchorStyles.Right) != 0) { 444case AnchorStyles.Right: 473region1 = SubstituteSpecifiedBounds(bounds, region1, AnchorStyles.Right); 476case AnchorStyles.Right: 479region2 = SubstituteSpecifiedBounds(bounds, region2, AnchorStyles.Right); 514int right = (specified & AnchorStyles.Right) != 0 ? substitutionBounds.Right : originalBounds.Right;
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
713if ((tlp.Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right)) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
219| System.Windows.Forms.AnchorStyles.Right)));
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
539if ((anchor & AnchorStyles.Right) == AnchorStyles.Right) {
winforms\Managed\System\WinForms\StatusStrip.cs (2)
28private const AnchorStyles AllAnchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top; 29private const AnchorStyles HorizontalAnchor = AnchorStyles.Left | AnchorStyles.Right;
winforms\Managed\System\WinForms\TextImageRelation.cs (1)
17TextBeforeImage = AnchorStyles.Right,