254 references to System
System.Windows.Forms (32)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
86
if (FlatStyle != FlatStyle.
System
)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
620
internal bool OwnerDraw => FlatStyle != FlatStyle.
System
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
615
if (Control.FlatStyle != FlatStyle.
System
)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (4)
278
if (FlatStyle != FlatStyle.
System
)
317
if (Appearance == Appearance.Button || FlatStyle == FlatStyle.
System
)
410
if (FlatStyle == FlatStyle.
System
)
427
if (FlatStyle == FlatStyle.
System
)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
249
if (FlatStyle != FlatStyle.
System
)
287
Appearance == Appearance.Button || FlatStyle == FlatStyle.
System
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
76
Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.
System
);
718
case FlatStyle.
System
:
888
if (FlatStyle is FlatStyle.
System
or FlatStyle.Standard)
978
(FlatStyle == FlatStyle.
System
|| FlatStyle == FlatStyle.Standard))
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
251
Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.
System
);
660
case FlatStyle.
System
:
1175
case FlatStyle.
System
:
1253
if (FlatStyle is FlatStyle.
System
or FlatStyle.Standard)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
363
Debug.Assert(value is >= FlatStyle.Flat and <= FlatStyle.
System
);
1715
(FlatStyle == FlatStyle.Standard || FlatStyle == FlatStyle.
System
) &&
1737
if ((FlatStyle == FlatStyle.Standard || FlatStyle == FlatStyle.
System
) && DataGridView.ApplyVisualStylesToInnerCells)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
215
private bool OwnerDraw => FlatStyle != FlatStyle.
System
;
System\Windows\Forms\Controls\Labels\Label.cs (7)
34
private static readonly BitVector32.Section s_stateFlatStyle = BitVector32.CreateSection((int)FlatStyle.
System
, s_stateAnimating);
336
bool needRecreate = (_labelState[s_stateFlatStyle] == (int)FlatStyle.
System
) || (value == FlatStyle.
System
);
1047
internal virtual bool UseGDIMeasuring() => (FlatStyle == FlatStyle.
System
|| !UseCompatibleTextRendering);
1074
TextFormatFlags format = FlatStyle == FlatStyle.
System
? TextFormatFlags.Default : CreateTextFormatFlags(proposedConstraints);
1106
if (UseCompatibleTextRendering && FlatStyle != FlatStyle.
System
)
1146
private 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)
107
if (flatStyle is FlatStyle.Standard or FlatStyle.
System
)
122
else if (flatStyle == FlatStyle.
System
)
143
else if (flatStyle == FlatStyle.
System
)
163
if (flatStyle == FlatStyle.
System
)
178
else if (flatStyle == FlatStyle.
System
)
203
else 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)]
192
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 };
193
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 };
194
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 };
195
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 };
196
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 };
197
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 };
198
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 };
199
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 };
200
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 };
202
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 };
203
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 };
204
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 };
205
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
206
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
207
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 };
208
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 };
209
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 };
210
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 };
212
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 };
213
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 };
214
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 };
215
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
216
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
217
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 };
218
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 };
219
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 };
220
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 };
1066
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1067
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1074
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1075
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1108
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1109
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1116
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1117
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1127
yield return new object[] { true, FlatStyle.
System
, 1 };
1132
yield return new object[] { false, FlatStyle.
System
, 0 };
1162
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1163
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1172
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1173
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1192
yield return new object[] { autoSize, FlatStyle.
System
, 1, 1 };
1216
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1217
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1226
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1227
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1239
yield return new object[] { FlatStyle.Flat, FlatStyle.
System
, 1, 1 };
1244
yield return new object[] { FlatStyle.Popup, FlatStyle.
System
, 1, 1 };
1249
yield return new object[] { FlatStyle.Standard, FlatStyle.
System
, 1, 1 };
1251
yield return new object[] { FlatStyle.
System
, FlatStyle.Flat, 1, 1 };
1252
yield return new object[] { FlatStyle.
System
, FlatStyle.Popup, 1, 1 };
1253
yield return new object[] { FlatStyle.
System
, FlatStyle.Standard, 1, 1 };
1254
yield return new object[] { FlatStyle.
System
, FlatStyle.
System
, 0, 0 };
1275
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1276
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1285
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1286
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1298
yield return new object[] { true, FlatStyle.
System
, 1, 1, 1 };
1303
yield return new object[] { false, FlatStyle.
System
, 0, 1, 1 };
1341
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1342
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1354
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1355
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
2746
yield return new object[] { FlatStyle.
System
, true, 1, 1, 2, 2 };
2751
yield return new object[] { FlatStyle.
System
, false, 0, 0, 1, 1 };
3370
yield return new object[] { autoSize, FlatStyle.
System
, value, expectedCallCount, expectedCallCount };
3420
yield return new object[] { true, FlatStyle.
System
, value, expectedCallCount, expectedCallCount, expectedCallCount };
3425
yield return new object[] { false, FlatStyle.
System
, value, 0, expectedCallCount, expectedCallCount };
5482
bool 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)]
5798
bool expectedIsHandleCreated = flatStyle == FlatStyle.
System
;
5903
int 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)]
9112
yield return new object[] { FlatStyle.
System
, IntPtr.Zero, (IntPtr)250, 1 };
9113
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
9114
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
9115
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 };
9192
yield 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)]
214
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 };
215
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 };
216
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 };
217
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 };
218
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 };
219
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 };
220
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 };
221
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 };
222
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 };
224
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 };
225
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 };
226
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 };
227
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
228
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
229
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 };
230
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 };
231
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 };
232
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 };
234
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 };
235
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 };
236
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 };
237
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
238
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
239
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 };
240
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 };
241
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 };
242
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 };
594
FlatStyle = FlatStyle.
System
,
695
FlatStyle = FlatStyle.
System
,
950
FlatStyle = FlatStyle.
System
,
1042
[InlineData(true, FlatStyle.
System
, AccessibleStates.Focusable, AccessibleRole.PushButton)]
1046
[InlineData(false, FlatStyle.
System
, AccessibleStates.None, AccessibleRole.None)]
1203
FlatStyle = FlatStyle.
System
,
1252
FlatStyle = FlatStyle.
System
,
1302
FlatStyle = FlatStyle.
System
,
1335
FlatStyle = FlatStyle.
System
,
1359
FlatStyle = FlatStyle.
System
,
1843
yield return new object[] { FlatStyle.
System
, true, 1, 1, 2, 2 };
1848
yield return new object[] { FlatStyle.
System
, false, 0, 0, 1, 1 };
2800
int expectedCallCount = flatStyle != FlatStyle.
System
? 1 : 0;
3577
yield return new object[] { FlatStyle.
System
, IntPtr.Zero, (IntPtr)250, 1 };
3578
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
3579
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
3580
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 };
System\Windows\Forms\CheckBoxTests.cs (3)
781
yield return new object[] { Appearance.Button, FlatStyle.
System
};
785
yield return new object[] { Appearance.Normal, FlatStyle.
System
};
802
if (appearance == Appearance.Button || flatStyle == FlatStyle.
System
)
System\Windows\Forms\ComboBoxTests.cs (16)
1778
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, false, 0 };
1782
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, false, 0 };
1787
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, true, 0 };
1791
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, true, 1 };
1855
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, 0 };
1859
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, 0 };
1864
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, 0 };
1868
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, 1 };
1946
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, false, 0 };
1950
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, false, 0 };
1955
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, false, 1 };
1959
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, false, 1 };
2045
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, 0 };
2049
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, 0 };
2054
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, 1 };
2058
yield 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)]
2087
FlatStyle = FlatStyle.
System
2117
FlatStyle = FlatStyle.
System
2158
FlatStyle = FlatStyle.
System
System\Windows\Forms\LabelTests.cs (1)
352
[InlineData(FlatStyle.
System
)]
System\Windows\Forms\RadioButtonTests.cs (8)
348
yield 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)]
1102
bool 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)
116
this.button12.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
ContainerControls.Designer.cs (1)
265
this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
WinFormsControlsTest (7)
Buttons.cs (1)
16
FlatStyle.
System
ComboBoxes.Designer.cs (4)
54
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
68
this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
210
this.comboBox12.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
230
this.dataBoundComboBox.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
MultipleControls.Designer.cs (2)
78
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.
System
;
92
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.
System
;