251 references to System
Accessibility_Core_App (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
;
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
:
1167
case FlatStyle.
System
:
1245
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)
109
if (flatStyle is FlatStyle.Standard or FlatStyle.
System
)
124
else if (flatStyle == FlatStyle.
System
)
145
else if (flatStyle == FlatStyle.
System
)
165
if (flatStyle == FlatStyle.
System
)
180
else if (flatStyle == FlatStyle.
System
)
205
else if (flatStyle == FlatStyle.
System
)
System.Windows.Forms.Tests (204)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (4)
37
[InlineData(FlatStyle.
System
, true, true, AccessibleStates.Focusable)]
38
[InlineData(FlatStyle.
System
, false, true, AccessibleStates.None)]
39
[InlineData(FlatStyle.
System
, true, false, AccessibleStates.Focusable)]
40
[InlineData(FlatStyle.
System
, false, false, AccessibleStates.None)]
System\Windows\Forms\ButtonBaseTests.cs (94)
152
[InlineData(FlatStyle.
System
, true, 0x56012F01)]
153
[InlineData(FlatStyle.
System
, false, 0x56012F00)]
190
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 };
191
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 };
192
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 };
193
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 };
194
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 };
195
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 };
196
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 };
197
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 };
198
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 };
200
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 };
201
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 };
202
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 };
203
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
204
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
205
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 };
206
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 };
207
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 };
208
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 };
210
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 };
211
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 };
212
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 };
213
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
214
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
215
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 };
216
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 };
217
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 };
218
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 };
1064
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1065
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1072
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1073
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1106
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1107
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1114
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1115
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1125
yield return new object[] { true, FlatStyle.
System
, 1 };
1130
yield return new object[] { false, FlatStyle.
System
, 0 };
1160
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1161
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1170
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1171
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1190
yield return new object[] { autoSize, FlatStyle.
System
, 1, 1 };
1214
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1215
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1224
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1225
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1237
yield return new object[] { FlatStyle.Flat, FlatStyle.
System
, 1, 1 };
1242
yield return new object[] { FlatStyle.Popup, FlatStyle.
System
, 1, 1 };
1247
yield return new object[] { FlatStyle.Standard, FlatStyle.
System
, 1, 1 };
1249
yield return new object[] { FlatStyle.
System
, FlatStyle.Flat, 1, 1 };
1250
yield return new object[] { FlatStyle.
System
, FlatStyle.Popup, 1, 1 };
1251
yield return new object[] { FlatStyle.
System
, FlatStyle.Standard, 1, 1 };
1252
yield return new object[] { FlatStyle.
System
, FlatStyle.
System
, 0, 0 };
1273
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1274
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1283
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1284
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1296
yield return new object[] { true, FlatStyle.
System
, 1, 1, 1 };
1301
yield return new object[] { false, FlatStyle.
System
, 0, 1, 1 };
1339
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1340
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
1352
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserMouse));
1353
Assert.Equal(value != FlatStyle.
System
, control.GetStyle(ControlStyles.UserPaint));
2744
yield return new object[] { FlatStyle.
System
, true, 1, 1, 2, 2 };
2749
yield return new object[] { FlatStyle.
System
, false, 0, 0, 1, 1 };
3368
yield return new object[] { autoSize, FlatStyle.
System
, value, expectedCallCount, expectedCallCount };
3418
yield return new object[] { true, FlatStyle.
System
, value, expectedCallCount, expectedCallCount, expectedCallCount };
3423
yield return new object[] { false, FlatStyle.
System
, value, 0, expectedCallCount, expectedCallCount };
5480
bool expectedIsHandleCreated = flatStyle == FlatStyle.
System
;
5695
[InlineData(FlatStyle.
System
, Keys.Cancel, 0)]
5696
[InlineData(FlatStyle.
System
, Keys.Enter, 0)]
5697
[InlineData(FlatStyle.
System
, Keys.Space, 0)]
5719
[InlineData(FlatStyle.
System
, Keys.Cancel, 0)]
5720
[InlineData(FlatStyle.
System
, Keys.Enter, 0)]
5721
[InlineData(FlatStyle.
System
, Keys.Space, 0)]
5796
bool expectedIsHandleCreated = flatStyle == FlatStyle.
System
;
5901
int expectedCallCount = flatStyle == FlatStyle.
System
? 0 : 1;
5974
[InlineData(FlatStyle.
System
, Keys.Cancel, 0)]
5975
[InlineData(FlatStyle.
System
, Keys.Enter, 0)]
5976
[InlineData(FlatStyle.
System
, Keys.Space, 0)]
5998
[InlineData(FlatStyle.
System
, Keys.Cancel, 0)]
5999
[InlineData(FlatStyle.
System
, Keys.Enter, 0)]
6000
[InlineData(FlatStyle.
System
, Keys.Space, 0)]
7784
[InlineData(FlatStyle.
System
, 0)]
8129
[InlineData(FlatStyle.
System
, 0)]
8634
[InlineData(FlatStyle.
System
, 1)]
9110
yield return new object[] { FlatStyle.
System
, IntPtr.Zero, (IntPtr)250, 1 };
9111
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
9112
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
9113
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 };
9190
yield return new object[] { FlatStyle.
System
, IntPtr.Zero };
System\Windows\Forms\ButtonTests.cs (46)
174
[InlineData(FlatStyle.
System
, true, 0x56012F01)]
175
[InlineData(FlatStyle.
System
, false, 0x56012F00)]
212
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomLeft, 0x56012A00, 0x6000 };
213
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomCenter, 0x56012B00, 0x6000 };
214
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.BottomRight, 0x56012900, 0x6000 };
215
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleLeft, 0x56012E00, 0x6000 };
216
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleCenter, 0x56012F00, 0x6000 };
217
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.MiddleRight, 0x56012D00, 0x6000 };
218
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopLeft, 0x56012600, 0x6000 };
219
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopCenter, 0x56012700, 0x6000 };
220
yield return new object[] { FlatStyle.
System
, RightToLeft.Yes, ContentAlignment.TopRight, 0x56012500, 0x6000 };
222
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomLeft, 0x56012900, 0 };
223
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomCenter, 0x56012B00, 0 };
224
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.BottomRight, 0x56012A00, 0 };
225
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
226
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
227
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.MiddleRight, 0x56012E00, 0 };
228
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopLeft, 0x56012500, 0 };
229
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopCenter, 0x56012700, 0 };
230
yield return new object[] { FlatStyle.
System
, RightToLeft.No, ContentAlignment.TopRight, 0x56012600, 0 };
232
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomLeft, 0x56012900, 0 };
233
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomCenter, 0x56012B00, 0 };
234
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.BottomRight, 0x56012A00, 0 };
235
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleLeft, 0x56012D00, 0 };
236
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleCenter, 0x56012F00, 0 };
237
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.MiddleRight, 0x56012E00, 0 };
238
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopLeft, 0x56012500, 0 };
239
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopCenter, 0x56012700, 0 };
240
yield return new object[] { FlatStyle.
System
, RightToLeft.Inherit, ContentAlignment.TopRight, 0x56012600, 0 };
592
FlatStyle = FlatStyle.
System
,
693
FlatStyle = FlatStyle.
System
,
948
FlatStyle = FlatStyle.
System
,
1040
[InlineData(true, FlatStyle.
System
, AccessibleStates.Focusable, AccessibleRole.PushButton)]
1044
[InlineData(false, FlatStyle.
System
, AccessibleStates.None, AccessibleRole.None)]
1201
FlatStyle = FlatStyle.
System
,
1250
FlatStyle = FlatStyle.
System
,
1300
FlatStyle = FlatStyle.
System
,
1333
FlatStyle = FlatStyle.
System
,
1357
FlatStyle = FlatStyle.
System
,
1841
yield return new object[] { FlatStyle.
System
, true, 1, 1, 2, 2 };
1846
yield return new object[] { FlatStyle.
System
, false, 0, 0, 1, 1 };
2798
int expectedCallCount = flatStyle != FlatStyle.
System
? 1 : 0;
3575
yield return new object[] { FlatStyle.
System
, IntPtr.Zero, (IntPtr)250, 1 };
3576
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(0, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
3577
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, (int)PInvoke.BN_CLICKED), (IntPtr)250, 1 };
3578
yield return new object[] { FlatStyle.
System
, PARAM.FromLowHigh(123, 456), (IntPtr)250, 0 };
System\Windows\Forms\CheckBoxTests.cs (3)
779
yield return new object[] { Appearance.Button, FlatStyle.
System
};
783
yield return new object[] { Appearance.Normal, FlatStyle.
System
};
800
if (appearance == Appearance.Button || flatStyle == FlatStyle.
System
)
System\Windows\Forms\ComboBoxTests.cs (16)
1776
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, false, 0 };
1780
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, false, 0 };
1785
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, true, 0 };
1789
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, true, 1 };
1853
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, 0 };
1857
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, 0 };
1862
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, 0 };
1866
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, 1 };
1944
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, false, 0 };
1948
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, false, 0 };
1953
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, false, 1 };
1957
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, false, 1 };
2043
yield return new object[] { FlatStyle.
System
, false, true, allPaintingInWmPaint, 0 };
2047
yield return new object[] { FlatStyle.
System
, false, false, allPaintingInWmPaint, 0 };
2052
yield return new object[] { FlatStyle.
System
, true, true, allPaintingInWmPaint, 1 };
2056
yield return new object[] { FlatStyle.
System
, true, false, allPaintingInWmPaint, 1 };
System\Windows\Forms\GroupBoxTests.cs (31)
130
[InlineData(FlatStyle.
System
, "Button", 0x56000007)]
621
[InlineData(FlatStyle.
System
, true, false, false)]
651
[InlineData(FlatStyle.Flat, FlatStyle.
System
, true, false, false)]
655
[InlineData(FlatStyle.Popup, FlatStyle.
System
, true, false, false)]
659
[InlineData(FlatStyle.Standard, FlatStyle.
System
, true, false, false)]
660
[InlineData(FlatStyle.
System
, FlatStyle.Flat, true, true, true)]
661
[InlineData(FlatStyle.
System
, FlatStyle.Popup, true, true, true)]
662
[InlineData(FlatStyle.
System
, FlatStyle.Standard, true, true, true)]
663
[InlineData(FlatStyle.
System
, FlatStyle.
System
, false, false, false)]
696
[InlineData(FlatStyle.
System
, true, false, false, 0, 1)]
744
[InlineData(FlatStyle.
System
, true, false, false, 1, 1)]
798
[InlineData(FlatStyle.Flat, FlatStyle.
System
, true, false, false, 0, 1)]
802
[InlineData(FlatStyle.Popup, FlatStyle.
System
, true, false, false, 0, 1)]
806
[InlineData(FlatStyle.Standard, FlatStyle.
System
, true, false, false, 0, 1)]
807
[InlineData(FlatStyle.
System
, FlatStyle.Flat, true, true, true, 0, 1)]
808
[InlineData(FlatStyle.
System
, FlatStyle.Popup, true, true, true, 0, 1)]
809
[InlineData(FlatStyle.
System
, FlatStyle.Standard, true, true, true, 0, 1)]
810
[InlineData(FlatStyle.
System
, FlatStyle.
System
, false, false, false, 0, 0)]
861
[InlineData(FlatStyle.Flat, FlatStyle.
System
, true, false, false, 0, 1)]
865
[InlineData(FlatStyle.Popup, FlatStyle.
System
, true, false, false, 0, 1)]
869
[InlineData(FlatStyle.Standard, FlatStyle.
System
, true, false, false, 0, 1)]
870
[InlineData(FlatStyle.
System
, FlatStyle.Flat, true, true, true, 0, 1)]
871
[InlineData(FlatStyle.
System
, FlatStyle.Popup, true, true, true, 0, 1)]
872
[InlineData(FlatStyle.
System
, FlatStyle.Standard, true, true, true, 0, 1)]
873
[InlineData(FlatStyle.
System
, FlatStyle.
System
, false, false, false, 0, 0)]
2085
FlatStyle = FlatStyle.
System
2115
FlatStyle = FlatStyle.
System
2156
FlatStyle = FlatStyle.
System
System\Windows\Forms\LabelTests.cs (1)
350
[InlineData(FlatStyle.
System
)]
System\Windows\Forms\RadioButtonTests.cs (8)
346
yield return new object[] { autoSize, FlatStyle.
System
, value, expectedCallCount, expectedCallCount };
488
[InlineData(FlatStyle.
System
, "", true, AccessibleStates.Focusable)]
492
[InlineData(FlatStyle.
System
, "Description", true, AccessibleStates.Focusable)]
496
[InlineData(FlatStyle.
System
, "", false, AccessibleStates.None)]
500
[InlineData(FlatStyle.
System
, "Description", false, AccessibleStates.None)]
1100
bool expectedIsHandleCreated = flatStyle != FlatStyle.
System
;
1659
[InlineData(Appearance.Button, FlatStyle.
System
)]
1663
[InlineData(Appearance.Normal, FlatStyle.
System
)]
System\Windows\Forms\ToolStripComboBoxTests.cs (1)
175
[InlineData(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
;