30 references to None
PresentationUI (2)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
179this._pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None; 198this._pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.None;
System.Windows.Forms (22)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
519bool imageEdge = (AnchorStyles)(ImageAlignToRelation(imageAlign) & textImageRelation) != AnchorStyles.None; 523bool textEdge = (AnchorStyles)(TextAlignToRelation(textAlign) & textImageRelation) != AnchorStyles.None;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
65[DefaultValue(AnchorStyles.None)] 70return AnchorStyles.None;
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (2)
339Rectangle bounds = LayoutUtils.VAlign(item.Size, _displayRectangle, AnchorStyles.None); 472Rectangle bounds = LayoutUtils.HAlign(item.Size, _displayRectangle, AnchorStyles.None);
System\Windows\Forms\Layout\CommonProperties.cs (2)
632AnchorStyles.None => DefaultAnchor, 633DefaultAnchor => AnchorStyles.None,
System\Windows\Forms\Layout\DefaultLayout.cs (4)
113if ((anchor & AnchorStyles.Right) != AnchorStyles.None 114&& (anchor & AnchorStyles.Left) == AnchorStyles.None) 125if ((anchor & AnchorStyles.Bottom) != AnchorStyles.None 126&& (anchor & AnchorStyles.Top) == AnchorStyles.None)
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (1)
46return AnchorStyles.None;
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
40return AnchorStyles.None;
System\Windows\Forms\Layout\LayoutUtils.cs (5)
166AnchorStyles result = AnchorStyles.None; 167if (anchor == AnchorStyles.None) 178case AnchorStyles.None: 296else if (anchorStyles == AnchorStyles.None || (anchorStyles & HorizontalAnchorStyles) == 0) 328else if (anchorStyles == AnchorStyles.None || (anchorStyles & VerticalAnchorStyles) == 0)
System\Windows\Forms\Layout\TextImageRelation.cs (1)
13Overlay = AnchorStyles.None,
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (2)
42Anchor = AnchorStyles.None, 51Anchor = AnchorStyles.None
System.Windows.Forms.Design (6)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (6)
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;