102 references to FixedSingle
Accessibility_Core_App (2)
ContainerControls.Designer.cs (2)
522this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 639this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.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)
19757else 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)
678case BorderStyle.FixedSingle:
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
208case 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)
400case 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)
108else if (borderStyle is BorderStyle.FixedSingle or BorderStyle.Fixed3D) 124else 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.Tests (62)
System\Windows\Forms\DataGridViewTests.cs (1)
3112_dataGridView.BorderStyle = BorderStyle.FixedSingle;
System\Windows\Forms\ListBoxTests.cs (11)
239[InlineData(BorderStyle.FixedSingle, 0x56A100C1, 0)] 612[InlineData(BorderStyle.FixedSingle, 1)] 2052yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle, Control.DefaultFont.Height + extra }; 2056yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle, Control.DefaultFont.Height + extra }; 2060yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle, extra }; 2081yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2085yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2089yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle, (Control.DefaultFont.Height * 2) + extra }; 2111yield return new object[] { DrawMode.Normal, BorderStyle.FixedSingle }; 2115yield return new object[] { DrawMode.OwnerDrawFixed, BorderStyle.FixedSingle }; 2119yield return new object[] { DrawMode.OwnerDrawVariable, BorderStyle.FixedSingle };
System\Windows\Forms\ListViewTests.cs (1)
756[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\PanelTests.cs (6)
142[InlineData(BorderStyle.FixedSingle, 0x56800000, 0x10000)] 571[InlineData(BorderStyle.FixedSingle, 1)] 1060yield return new object[] { true, BorderStyle.FixedSingle, null, 1 }; 1061yield return new object[] { true, BorderStyle.FixedSingle, new EventArgs(), 1 }; 1067yield return new object[] { false, BorderStyle.FixedSingle, null, 0 }; 1068yield return new object[] { false, BorderStyle.FixedSingle, new EventArgs(), 0 };
System\Windows\Forms\PictureBoxTests.cs (1)
116[InlineData(BorderStyle.FixedSingle, 0x56800000, 0)]
System\Windows\Forms\RichTextBoxTests.cs (3)
163[InlineData(BorderStyle.FixedSingle, 0x56210044, 0x200)] 10323yield return new object[] { BorderStyle.FixedSingle, Rectangle.Empty, Rectangle.Empty }; 10327yield return new object[] { BorderStyle.FixedSingle, new Rectangle(1, 2, 3, 4), new Rectangle(1, 2, 3, 4) };
System\Windows\Forms\SplitterPanelTests.cs (1)
345[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\SplitterTests.cs (2)
129[InlineData(BorderStyle.FixedSingle, 0x56800000, 0)] 333[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\TableLayoutPanelTests.cs (1)
169[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
739[InlineData(BorderStyle.FixedSingle, 1)]
System\Windows\Forms\ToolStripTextBoxTests.cs (1)
223[InlineData(BorderStyle.FixedSingle)]
System\Windows\Forms\TreeViewTests.cs (5)
187[InlineData(BorderStyle.FixedSingle, 0x56810007, 0)] 960treeView.BorderStyle = BorderStyle.FixedSingle; 961Assert.Equal(BorderStyle.FixedSingle, treeView.BorderStyle); 1012treeView.BorderStyle = BorderStyle.FixedSingle; 1013Assert.Equal(BorderStyle.FixedSingle, treeView.BorderStyle);
System\Windows\Forms\UpDownBaseTests.cs (5)
172[InlineData(BorderStyle.FixedSingle, 0x56810000, 0x10000)] 720yield return new object[] { BorderStyle.FixedSingle, new Size(122, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 726yield return new object[] { BorderStyle.FixedSingle, new Size(121, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 757yield return new object[] { BorderStyle.FixedSingle, 0, 1, new Size(122, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) }; 763yield return new object[] { BorderStyle.FixedSingle, 1, 1, new Size(123, Control.DefaultFont.Height + SystemInformation.BorderSize.Height * 4 + 3) };
System\Windows\Forms\UserControlTests.cs (2)
149[InlineData(BorderStyle.FixedSingle, 0x56810000, 0x10000)] 754[InlineData(BorderStyle.FixedSingle, 1)]
TextBoxBaseTests.cs (21)
93[InlineData(BorderStyle.FixedSingle, 0x568100C0, 0)] 572[InlineData(true, BorderStyle.FixedSingle, 1)] 575[InlineData(false, BorderStyle.FixedSingle, 0)] 619[InlineData(BorderStyle.FixedSingle, 1)] 662control.BorderStyle = BorderStyle.FixedSingle; 663Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 667control.BorderStyle = BorderStyle.FixedSingle; 668Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 678control.BorderStyle = BorderStyle.FixedSingle; 679Assert.Equal(BorderStyle.FixedSingle, control.BorderStyle); 2279yield return new object[] { BorderStyle.FixedSingle, s_preferredHeight }; 5002yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, Size.Empty, new Size(4, s_preferredHeight) }; 5003yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(-1, -2), new Size(4, s_preferredHeight) }; 5004yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(10, 20), new Size(4, s_preferredHeight) }; 5005yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(30, 40), new Size(4, s_preferredHeight) }; 5006yield return new object[] { multiline, wordWrap, BorderStyle.FixedSingle, new Size(int.MaxValue, int.MaxValue), new Size(4, s_preferredHeight) }; 5063yield return new object[] { BorderStyle.FixedSingle, Size.Empty, 4, s_preferredHeight }; 5064yield return new object[] { BorderStyle.FixedSingle, new Size(-1, -2), 4, s_preferredHeight }; 5065yield return new object[] { BorderStyle.FixedSingle, new Size(10, 20), 4, s_preferredHeight }; 5066yield return new object[] { BorderStyle.FixedSingle, new Size(30, 40), 4, s_preferredHeight }; 5067yield return new object[] { BorderStyle.FixedSingle, new Size(int.MaxValue, int.MaxValue), 4, s_preferredHeight };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
912PictureBoxDragSource.BorderStyle = 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;