103 references to FixedSingle
PresentationUI (3)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
116this._flowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
235this.rightsTable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
165_listboxMainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
242private const BorderStyle DefaultBorderStyle = BorderStyle.FixedSingle; 1070[DefaultValue(BorderStyle.FixedSingle)] 1117else if (BorderStyle == BorderStyle.FixedSingle)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19327else if (BorderStyle == BorderStyle.FixedSingle)
System\Windows\Forms\Controls\Labels\Label.cs (1)
293case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
295case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
663case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
207case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
312if (BorderStyle == BorderStyle.FixedSingle && ((cp.Style & (int)WINDOW_STYLE.WS_BORDER) != 0))
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
218case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
425case BorderStyle.FixedSingle: 828if (BorderStyle == BorderStyle.FixedSingle)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
326case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
232case BorderStyle.FixedSingle:
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
261case BorderStyle.FixedSingle:
System\Windows\Forms\Panels\Panel.cs (1)
136case BorderStyle.FixedSingle:
System\Windows\Forms\Rendering\ControlPaint.cs (1)
397case BorderStyle.FixedSingle:
System\Windows\Forms\UserControl.cs (1)
168case BorderStyle.FixedSingle:
System.Windows.Forms.Design (7)
System\Drawing\Design\ColorEditor.ColorUI.cs (2)
181BorderStyle = BorderStyle.FixedSingle, 195BorderStyle = BorderStyle.FixedSingle,
System\Windows\Forms\Design\LabelDesigner.cs (2)
106else if (borderStyle is BorderStyle.FixedSingle or BorderStyle.Fixed3D) 122else if (borderStyle is BorderStyle.FixedSingle or BorderStyle.Fixed3D)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDown.cs (1)
51BorderStyle = BorderStyle.FixedSingle;
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
41else if (borderStyle == BorderStyle.FixedSingle)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
877BorderStyle = BorderStyle.FixedSingle,
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\TextBoxBaseDesignerTests.cs (1)
44[InlineData(BorderStyle.FixedSingle, 2)]
System.Windows.Forms.Tests (62)
System\Windows\Forms\DataGridViewTests.cs (1)
3113_dataGridView.BorderStyle = BorderStyle.FixedSingle;
System\Windows\Forms\ListBoxTests.cs (11)
241[InlineData(BorderStyle.FixedSingle, 0x56A100C1, 0)] 614[InlineData(BorderStyle.FixedSingle, 1)] 2054yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle, Control.DefaultFont.Height + extra }; 2058yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle, Control.DefaultFont.Height + extra }; 2062yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle, extra }; 2083yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2087yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2091yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2113yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle }; 2117yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle }; 2121yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle };
System\Windows\Forms\ListViewTests.cs (1)
758[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\PanelTests.cs (6)
144[InlineData(BorderStyle.FixedSingle, 0x56800000, 0x10000)] 573[InlineData(BorderStyle.FixedSingle, 1)] 1062yield return new object[] { true, BorderStyle.FixedSingle, null, 1 }; 1063yield return new object[] { true, BorderStyle.FixedSingle, new EventArgs(), 1 }; 1069yield return new object[] { false, BorderStyle.FixedSingle, null, 0 }; 1070yield return new object[] { false, BorderStyle.FixedSingle, new EventArgs(), 0 };
System\Windows\Forms\PictureBoxTests.cs (1)
118[InlineData(BorderStyle.FixedSingle, 0x56800000, 0)]
System\Windows\Forms\RichTextBoxTests.cs (3)
165[InlineData(BorderStyle.FixedSingle, 0x56210044, 0x200)] 10325yield return new object[] { BorderStyle.FixedSingle, Rectangle.Empty, Rectangle.Empty }; 10329yield return new object[] { BorderStyle.FixedSingle, new Rectangle(1, 2, 3, 4), new Rectangle(1, 2, 3, 4) };
System\Windows\Forms\SplitterPanelTests.cs (1)
347[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\SplitterTests.cs (2)
131[InlineData(BorderStyle.FixedSingle, 0x56800000, 0)] 335[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
171[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
741[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\ToolStripTextBoxTests.cs (1)
225[InlineData(BorderStyle.FixedSingle)]
System\Windows\Forms\TreeViewTests.cs (5)
189[InlineData(BorderStyle.FixedSingle, 0x56810007, 0)] 962treeView.BorderStyle = BorderStyle.FixedSingle; 963Assert.Equal(BorderStyle.FixedSingle, treeView.BorderStyle); 1014treeView.BorderStyle = BorderStyle.FixedSingle; 1015Assert.Equal(BorderStyle.FixedSingle, treeView.BorderStyle);
System\Windows\Forms\UpDownBaseTests.cs (5)
174[InlineData(BorderStyle.FixedSingle, 0x56810000, 0x10000)] 722yield return new object[] { BorderStyle.FixedSingle, new Size(122, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 728yield return new object[] { BorderStyle.FixedSingle, new Size(121, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 759yield return new object[] { BorderStyle.FixedSingle, 0, 1, new Size(122, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 765yield return new object[] { BorderStyle.FixedSingle, 1, 1, new Size(123, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) };
System\Windows\Forms\UserControlTests.cs (2)
151[InlineData(BorderStyle.FixedSingle, 0x56810000, 0x10000)] 756[InlineData(BorderStyle.FixedSingle, 1)]
TextBoxBaseTests.cs (21)
95[InlineData(BorderStyle.FixedSingle, 0x568100C0, 0)] 574[InlineData(true, BorderStyle.FixedSingle, 1)] 577[InlineData(false, BorderStyle.FixedSingle, 0)] 621[InlineData(BorderStyle.FixedSingle, 1)] 664control.BorderStyle = BorderStyle.FixedSingle; 665Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 669control.BorderStyle = BorderStyle.FixedSingle; 670Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 680control.BorderStyle = BorderStyle.FixedSingle; 681Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 2281yield return new object[] { BorderStyle.FixedSingle, s_preferredHeight }; 5004yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, Size.Empty, new Size(4, s_preferredHeight) }; 5005yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(-1, -2), new Size(4, s_preferredHeight) }; 5006yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(10, 20), new Size(4, s_preferredHeight) }; 5007yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(30, 40), new Size(4, s_preferredHeight) }; 5008yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(int.MaxValue, int.MaxValue), new Size(4, s_preferredHeight) }; 5065yield return new object[] { BorderStyle.FixedSingle, Size.Empty, 4, s_preferredHeight }; 5066yield return new object[] { BorderStyle.FixedSingle, new Size(-1, -2), 4, s_preferredHeight }; 5067yield return new object[] { BorderStyle.FixedSingle, new Size(10, 20), 4, s_preferredHeight }; 5068yield return new object[] { BorderStyle.FixedSingle, new Size(30, 40), 4, s_preferredHeight }; 5069yield return new object[] { BorderStyle.FixedSingle, new Size(int.MaxValue, int.MaxValue), 4, s_preferredHeight };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
969PictureBoxDragSource.BorderStyle = BorderStyle.FixedSingle;
TestPassApp (2)
ContainerControls.Designer.cs (2)
522this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 639this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
WinFormsControlsTest (9)
DragDrop.Designer.cs (5)
107pictureBox1.BorderStyle = BorderStyle.FixedSingle; 118pictureBox2.BorderStyle = BorderStyle.FixedSingle; 129pictureBox3.BorderStyle = BorderStyle.FixedSingle; 140pictureBox4.BorderStyle = BorderStyle.FixedSingle; 151pictureBox5.BorderStyle = BorderStyle.FixedSingle;
MultipleControls.Designer.cs (1)
138this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
ScrollableControls.Designer.cs (3)
91flowLayoutPanel1.BorderStyle = BorderStyle.FixedSingle; 159panel1.BorderStyle = BorderStyle.FixedSingle; 216splitContainer1.BorderStyle = BorderStyle.FixedSingle;