12 writes to FlatStyle
System.Web.Mobile (4)
UI\MobileControls\Design\ListItemsPage.cs (2)
100
_itemsAsLinksCheckBox.
FlatStyle
= FlatStyle.System;
141
_ckbSelected.
FlatStyle
= System.Windows.Forms.FlatStyle.System;
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
86
_ckbAutoGenerateFields.
FlatStyle
= FlatStyle.System;
139
_ckbVisible.
FlatStyle
= System.Windows.Forms.FlatStyle.System;
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (4)
301
helpButton.
FlatStyle
= FlatStyle.System;
308
applyButton.
FlatStyle
= FlatStyle.System;
314
cancelButton.
FlatStyle
= FlatStyle.System;
321
okButton.
FlatStyle
= FlatStyle.System;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
298
continueButton.
FlatStyle
= FlatStyle.Standard;
302
quitButton.
FlatStyle
= FlatStyle.Standard;
306
helpButton.
FlatStyle
= FlatStyle.Standard;
310
detailsButton.
FlatStyle
= FlatStyle.Standard;
16 references to FlatStyle
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Button.cs (1)
117
if(
FlatStyle
!= FlatStyle.System) {
winforms\Managed\System\WinForms\ButtonBase.cs (6)
564
if (
FlatStyle
== FlatStyle.Standard) {
577
return
FlatStyle
!= FlatStyle.System;
970
if(_adapter == null ||
FlatStyle
!= _cachedAdapterType) {
971
switch (
FlatStyle
) {
982
Debug.Fail("Unsupported FlatStyle: '" +
FlatStyle
+ '"');
985
_cachedAdapterType =
FlatStyle
;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1558
if( Control.
FlatStyle
!= FlatStyle.System ) {
winforms\Managed\System\WinForms\CheckBox.cs (5)
374
if(
FlatStyle
!= FlatStyle.System) {
395
if (
FlatStyle
== FlatStyle.Standard) {
414
if (Appearance == Appearance.Button ||
FlatStyle
== FlatStyle.System) {
527
if (this.
FlatStyle
== FlatStyle.System) {
534
if (this.
FlatStyle
== FlatStyle.System) {
winforms\Managed\System\WinForms\RadioButton.cs (3)
317
if(
FlatStyle
!= FlatStyle.System) {
334
if (
FlatStyle
== FlatStyle.Standard) {
348
if (Appearance == Appearance.Button ||
FlatStyle
== FlatStyle.System) {