254 references to System
System.Windows.Forms (32)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
86if (FlatStyle != FlatStyle.System)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
620internal bool OwnerDraw => FlatStyle != FlatStyle.System;
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
615if (Control.FlatStyle != FlatStyle.System)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (4)
278if (FlatStyle != FlatStyle.System) 317if (Appearance == Appearance.Button || FlatStyle == FlatStyle.System) 410if (FlatStyle == FlatStyle.System) 427if (FlatStyle == FlatStyle.System)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
249if (FlatStyle != FlatStyle.System) 287Appearance == Appearance.Button || FlatStyle == FlatStyle.System
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
76Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.System); 718case FlatStyle.System: 888if (FlatStyle is FlatStyle.System or FlatStyle.Standard) 978(FlatStyle == FlatStyle.System || FlatStyle == FlatStyle.Standard))
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
251Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.System); 660case FlatStyle.System: 1175case FlatStyle.System: 1253if (FlatStyle is FlatStyle.System or FlatStyle.Standard)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
363Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.System); 1715(FlatStyle == FlatStyle.Standard || FlatStyle == FlatStyle.System) && 1737if ((FlatStyle == FlatStyle.Standard || FlatStyle == FlatStyle.System) && DataGridView.ApplyVisualStylesToInnerCells)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
215private bool OwnerDraw => FlatStyle != FlatStyle.System;
System\Windows\Forms\Controls\Labels\Label.cs (7)
34private static readonly BitVector32.Section s_stateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, s_stateAnimating); 336bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 1047internal virtual bool UseGDIMeasuring() => (FlatStyle == FlatStyle.System || !UseCompatibleTextRendering); 1074TextFormatFlags format = FlatStyle == FlatStyle.System ? TextFormatFlags.Default : CreateTextFormatFlags(proposedConstraints); 1106if (UseCompatibleTextRendering && FlatStyle != FlatStyle.System) 1146private bool IsOwnerDraw() => FlatStyle != FlatStyle.System;
System\Windows\Forms\Design\ComponentEditorForm.cs (4)
270_helpButton.FlatStyle = FlatStyle.System; 277_applyButton.FlatStyle = FlatStyle.System; 283_cancelButton.FlatStyle = FlatStyle.System; 290_okButton.FlatStyle = FlatStyle.System;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (6)
107if (flatStyle is FlatStyle.Standard or FlatStyle.System) 122else if (flatStyle == FlatStyle.System) 143else if (flatStyle == FlatStyle.System) 163if (flatStyle == FlatStyle.System) 178else if (flatStyle == FlatStyle.System) 203else if (flatStyle == FlatStyle.System)
System.Windows.Forms.Tests (207)
LinkLabelTests.cs (1)
32[InlineData(FlatStyle.System)]
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (4)
39[InlineData(FlatStyle.System, true, true, AccessibleStates.Focusable)] 40[InlineData(FlatStyle.System, false, true, AccessibleStates.None)] 41[InlineData(FlatStyle.System, true, false, AccessibleStates.Focusable)] 42[InlineData(FlatStyle.System, false, false, AccessibleStates.None)]
System\Windows\Forms\ButtonBaseTests.cs (94)
154[InlineData(FlatStyle.System, true, 0x56012F01)] 155[InlineData(FlatStyle.System, false, 0x56012F00)] 192yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 }; 193yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 }; 194yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 }; 195yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 }; 196yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 }; 197yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 }; 198yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 }; 199yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 }; 200yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 }; 202yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 }; 203yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 }; 204yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 }; 205yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 }; 206yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 }; 207yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 }; 208yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 }; 209yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 }; 210yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 }; 212yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 }; 213yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 }; 214yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 }; 215yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 }; 216yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 }; 217yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 }; 218yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 }; 219yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 }; 220yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 }; 1066Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1067Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1074Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1075Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1108Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1109Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1116Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1117Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1127yield return new object[] { true, FlatStyle.System, 1 }; 1132yield return new object[] { false, FlatStyle.System, 0 }; 1162Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1163Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1172Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1173Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1192yield return new object[] { autoSize, FlatStyle.System, 1, 1 }; 1216Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1217Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1226Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1227Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1239yield return new object[] { FlatStyle.Flat, FlatStyle.System, 1, 1 }; 1244yield return new object[] { FlatStyle.Popup, FlatStyle.System, 1, 1 }; 1249yield return new object[] { FlatStyle.Standard, FlatStyle.System, 1, 1 }; 1251yield return new object[] { FlatStyle.System, FlatStyle.Flat, 1, 1 }; 1252yield return new object[] { FlatStyle.System, FlatStyle.Popup, 1, 1 }; 1253yield return new object[] { FlatStyle.System, FlatStyle.Standard, 1, 1 }; 1254yield return new object[] { FlatStyle.System, FlatStyle.System, 0, 0 }; 1275Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1276Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1285Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1286Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1298yield return new object[] { true, FlatStyle.System, 1, 1, 1 }; 1303yield return new object[] { false, FlatStyle.System, 0, 1, 1 }; 1341Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1342Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 1354Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserMouse)); 1355Assert.Equal(value != FlatStyle.System, control.GetStyle(ControlStyles.UserPaint)); 2746yield return new object[] { FlatStyle.System, true, 1, 1, 2, 2 }; 2751yield return new object[] { FlatStyle.System, false, 0, 0, 1, 1 }; 3370yield return new object[] { autoSize, FlatStyle.System, value, expectedCallCount, expectedCallCount }; 3420yield return new object[] { true, FlatStyle.System, value, expectedCallCount, expectedCallCount, expectedCallCount }; 3425yield return new object[] { false, FlatStyle.System, value, 0, expectedCallCount, expectedCallCount }; 5482bool expectedIsHandleCreated = flatStyle == FlatStyle.System; 5697[InlineData(FlatStyle.System, Keys.Cancel, 0)] 5698[InlineData(FlatStyle.System, Keys.Enter, 0)] 5699[InlineData(FlatStyle.System, Keys.Space, 0)] 5721[InlineData(FlatStyle.System, Keys.Cancel, 0)] 5722[InlineData(FlatStyle.System, Keys.Enter, 0)] 5723[InlineData(FlatStyle.System, Keys.Space, 0)] 5798bool expectedIsHandleCreated = flatStyle == FlatStyle.System; 5903int expectedCallCount = flatStyle == FlatStyle.System ? 0 : 1; 5976[InlineData(FlatStyle.System, Keys.Cancel, 0)] 5977[InlineData(FlatStyle.System, Keys.Enter, 0)] 5978[InlineData(FlatStyle.System, Keys.Space, 0)] 6000[InlineData(FlatStyle.System, Keys.Cancel, 0)] 6001[InlineData(FlatStyle.System, Keys.Enter, 0)] 6002[InlineData(FlatStyle.System, Keys.Space, 0)] 7786[InlineData(FlatStyle.System, 0)] 8131[InlineData(FlatStyle.System, 0)] 8636[InlineData(FlatStyle.System, 1)] 9112yield return new object[] { FlatStyle.System, IntPtr.Zero, (IntPtr)250, 1 }; 9113yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 }; 9114yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 }; 9115yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 }; 9192yield return new object[] { FlatStyle.System, IntPtr.Zero };
System\Windows\Forms\ButtonTests.cs (46)
176[InlineData(FlatStyle.System, true, 0x56012F01)] 177[InlineData(FlatStyle.System, false, 0x56012F00)] 214yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 }; 215yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 }; 216yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 }; 217yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 }; 218yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 }; 219yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 }; 220yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 }; 221yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 }; 222yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 }; 224yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 }; 225yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 }; 226yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 }; 227yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 }; 228yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 }; 229yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 }; 230yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 }; 231yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 }; 232yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 }; 234yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 }; 235yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 }; 236yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 }; 237yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 }; 238yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 }; 239yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 }; 240yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 }; 241yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 }; 242yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 }; 594FlatStyle = FlatStyle.System, 695FlatStyle = FlatStyle.System, 950FlatStyle = FlatStyle.System, 1042[InlineData(true, FlatStyle.System, AccessibleStates.Focusable, AccessibleRole.PushButton)] 1046[InlineData(false, FlatStyle.System, AccessibleStates.None, AccessibleRole.None)] 1203FlatStyle = FlatStyle.System, 1252FlatStyle = FlatStyle.System, 1302FlatStyle = FlatStyle.System, 1335FlatStyle = FlatStyle.System, 1359FlatStyle = FlatStyle.System, 1843yield return new object[] { FlatStyle.System, true, 1, 1, 2, 2 }; 1848yield return new object[] { FlatStyle.System, false, 0, 0, 1, 1 }; 2800int expectedCallCount = flatStyle != FlatStyle.System ? 1 : 0; 3577yield return new object[] { FlatStyle.System, IntPtr.Zero, (IntPtr)250, 1 }; 3578yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 }; 3579yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 }; 3580yield return new object[] { FlatStyle.System, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 };
System\Windows\Forms\CheckBoxTests.cs (3)
781yield return new object[] { Appearance.Button, FlatStyle.System }; 785yield return new object[] { Appearance.Normal, FlatStyle.System }; 802if (appearance == Appearance.Button || flatStyle == FlatStyle.System)
System\Windows\Forms\ComboBoxTests.cs (16)
1778yield return new object[] { FlatStyle.System, false, true, allPaintingInWmPaint, false, 0 }; 1782yield return new object[] { FlatStyle.System, false, false, allPaintingInWmPaint, false, 0 }; 1787yield return new object[] { FlatStyle.System, true, true, allPaintingInWmPaint, true, 0 }; 1791yield return new object[] { FlatStyle.System, true, false, allPaintingInWmPaint, true, 1 }; 1855yield return new object[] { FlatStyle.System, false, true, allPaintingInWmPaint, 0 }; 1859yield return new object[] { FlatStyle.System, false, false, allPaintingInWmPaint, 0 }; 1864yield return new object[] { FlatStyle.System, true, true, allPaintingInWmPaint, 0 }; 1868yield return new object[] { FlatStyle.System, true, false, allPaintingInWmPaint, 1 }; 1946yield return new object[] { FlatStyle.System, false, true, allPaintingInWmPaint, false, 0 }; 1950yield return new object[] { FlatStyle.System, false, false, allPaintingInWmPaint, false, 0 }; 1955yield return new object[] { FlatStyle.System, true, true, allPaintingInWmPaint, false, 1 }; 1959yield return new object[] { FlatStyle.System, true, false, allPaintingInWmPaint, false, 1 }; 2045yield return new object[] { FlatStyle.System, false, true, allPaintingInWmPaint, 0 }; 2049yield return new object[] { FlatStyle.System, false, false, allPaintingInWmPaint, 0 }; 2054yield return new object[] { FlatStyle.System, true, true, allPaintingInWmPaint, 1 }; 2058yield return new object[] { FlatStyle.System, true, false, allPaintingInWmPaint, 1 };
System\Windows\Forms\DataGridViewButtonColumnTests.cs (2)
36_column.FlatStyle = FlatStyle.System; 37_column.FlatStyle.Should().Be(FlatStyle.System);
System\Windows\Forms\GroupBoxTests.cs (31)
132[InlineData(FlatStyle.System, "Button", 0x56000007)] 623[InlineData(FlatStyle.System, true, false, false)] 653[InlineData(FlatStyle.Flat, FlatStyle.System, true, false, false)] 657[InlineData(FlatStyle.Popup, FlatStyle.System, true, false, false)] 661[InlineData(FlatStyle.Standard, FlatStyle.System, true, false, false)] 662[InlineData(FlatStyle.System, FlatStyle.Flat, true, true, true)] 663[InlineData(FlatStyle.System, FlatStyle.Popup, true, true, true)] 664[InlineData(FlatStyle.System, FlatStyle.Standard, true, true, true)] 665[InlineData(FlatStyle.System, FlatStyle.System, false, false, false)] 698[InlineData(FlatStyle.System, true, false, false, 0, 1)] 746[InlineData(FlatStyle.System, true, false, false, 1, 1)] 800[InlineData(FlatStyle.Flat, FlatStyle.System, true, false, false, 0, 1)] 804[InlineData(FlatStyle.Popup, FlatStyle.System, true, false, false, 0, 1)] 808[InlineData(FlatStyle.Standard, FlatStyle.System, true, false, false, 0, 1)] 809[InlineData(FlatStyle.System, FlatStyle.Flat, true, true, true, 0, 1)] 810[InlineData(FlatStyle.System, FlatStyle.Popup, true, true, true, 0, 1)] 811[InlineData(FlatStyle.System, FlatStyle.Standard, true, true, true, 0, 1)] 812[InlineData(FlatStyle.System, FlatStyle.System, false, false, false, 0, 0)] 863[InlineData(FlatStyle.Flat, FlatStyle.System, true, false, false, 0, 1)] 867[InlineData(FlatStyle.Popup, FlatStyle.System, true, false, false, 0, 1)] 871[InlineData(FlatStyle.Standard, FlatStyle.System, true, false, false, 0, 1)] 872[InlineData(FlatStyle.System, FlatStyle.Flat, true, true, true, 0, 1)] 873[InlineData(FlatStyle.System, FlatStyle.Popup, true, true, true, 0, 1)] 874[InlineData(FlatStyle.System, FlatStyle.Standard, true, true, true, 0, 1)] 875[InlineData(FlatStyle.System, FlatStyle.System, false, false, false, 0, 0)] 2087FlatStyle = FlatStyle.System 2117FlatStyle = FlatStyle.System 2158FlatStyle = FlatStyle.System
System\Windows\Forms\LabelTests.cs (1)
352[InlineData(FlatStyle.System)]
System\Windows\Forms\RadioButtonTests.cs (8)
348yield return new object[] { autoSize, FlatStyle.System, value, expectedCallCount, expectedCallCount }; 490[InlineData(FlatStyle.System, "", true, AccessibleStates.Focusable)] 494[InlineData(FlatStyle.System, "Description", true, AccessibleStates.Focusable)] 498[InlineData(FlatStyle.System, "", false, AccessibleStates.None)] 502[InlineData(FlatStyle.System, "Description", false, AccessibleStates.None)] 1102bool expectedIsHandleCreated = flatStyle != FlatStyle.System; 1661[InlineData(Appearance.Button, FlatStyle.System)] 1665[InlineData(Appearance.Normal, FlatStyle.System)]
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
173[InlineData(FlatStyle.System)]
TestPassApp (2)
CommonControl1.Designer.cs (1)
116this.button12.FlatStyle = System.Windows.Forms.FlatStyle.System;
ContainerControls.Designer.cs (1)
265this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
WinFormsControlsTest (7)
Buttons.cs (1)
16FlatStyle.System
ComboBoxes.Designer.cs (4)
54this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; 68this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; 210this.comboBox12.FlatStyle = System.Windows.Forms.FlatStyle.System; 230this.dataBoundComboBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
MultipleControls.Designer.cs (2)
78this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System; 92this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;