5 overrides of Anchor
System.Windows.Forms (5)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
66public override AnchorStyles Anchor
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
278public override AnchorStyles Anchor
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
345public override AnchorStyles Anchor
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
51public override AnchorStyles Anchor
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
515public override AnchorStyles Anchor
64 writes to Anchor
PresentationUI (32)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
111this._okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 386this._identifierLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
74this._buttonFlowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 113this._listButtonFlowLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (10)
56_buttomControlLayoutpanel.Anchor = System.Windows.Forms.AnchorStyles.Right; 88_divider.Anchor = System.Windows.Forms.AnchorStyles.Left; 122_dateTimePicker.Anchor = System.Windows.Forms.AnchorStyles.Left; 133_requestedLocationTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 142_signatureAppliedByDateLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 151_requestSignerNameLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 160_requestLocationLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 169_requestedSignerNameTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 178_intentLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 187_intentComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
179this._pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None; 198this._pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.None;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
100this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 110this.progressBar1.Anchor = System.Windows.Forms.AnchorStyles.Top;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
65_divider.Anchor = System.Windows.Forms.AnchorStyles.Left;
MS\Internal\Documents\SigningDialog.Designer.cs (13)
60_userInputFlowPanel.Anchor = System.Windows.Forms.AnchorStyles.Left; 99_addDigSigCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 108_signerlabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 117_addDocPropCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 128_reasonLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 136_reasonComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 146_actionlabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 155_locationLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; 164_locationTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 173_divider.Anchor = System.Windows.Forms.AnchorStyles.Left; 194_cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 209_signButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 223_signSaveAsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
System.Windows.Forms (12)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
184Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right,
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
281set => base.Anchor = value;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
354base.Anchor = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
54set => base.Anchor = value;
System\Windows\Forms\Panels\SplitterPanel.cs (1)
70set => base.Anchor = value;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
42Anchor = AnchorStyles.None, 51Anchor = AnchorStyles.None
System\Windows\Forms\Printing\PrintPreviewControl.cs (4)
68Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right, 82Anchor = AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom, 823_vScrollBar.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom; 828_vScrollBar.Anchor = AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
518set => base.Anchor = value;
System.Windows.Forms.Design (20)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (12)
185_topCenter.Anchor = AnchorStyles.None; 186_topRight.Anchor = AnchorStyles.None; 187_middleCenter.Anchor = AnchorStyles.None; 188_middleRight.Anchor = AnchorStyles.None; 189_bottomCenter.Anchor = AnchorStyles.None; 190_bottomRight.Anchor = AnchorStyles.None; 194_topCenter.Anchor = DefaultCenterAnchor; 195_topRight.Anchor = DefaultRightAnchor; 196_middleCenter.Anchor = DefaultCenterAnchor; 197_middleRight.Anchor = DefaultRightAnchor; 198_bottomCenter.Anchor = DefaultCenterAnchor; 199_bottomRight.Anchor = DefaultRightAnchor;
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (6)
88_container.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right; 92_control.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right; 98_right.Anchor = AnchorStyles.Right; 105_left.Anchor = AnchorStyles.Left; 112_top.Anchor = AnchorStyles.Top; 119_bottom.Anchor = AnchorStyles.Bottom;
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
38Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Right,
System\Windows\Forms\Design\FormatControl.cs (1)
312Anchor = AnchorStyles.Left | AnchorStyles.Right,
13 references to Anchor
System.Windows.Forms (11)
System\Windows\Forms\Controls\Labels\Label.cs (2)
825((Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right) || 826(Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom)))
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
280get => base.Anchor;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1188if (returnIfAnchored && (Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
347get => base.Anchor;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
53get => base.Anchor;
System\Windows\Forms\Layout\TableLayout.cs (2)
702if ((tlp.Anchor & (AnchorStyles.Left | AnchorStyles.Right)) == (AnchorStyles.Left | AnchorStyles.Right)) 830if ((tlp.Anchor & (AnchorStyles.Top | AnchorStyles.Bottom)) == (AnchorStyles.Top | AnchorStyles.Bottom))
System\Windows\Forms\Panels\SplitterPanel.cs (1)
69get => base.Anchor;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
517get => base.Anchor;
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
425AnchorStyles anchor = richCurrent.Anchor;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\AnchorEditor.cs (1)
10/// Provides a design-time editor for specifying the <see cref="Control.Anchor"/> property.
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
533nameof(ToolStripPanel.Anchor),