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)
301helpButton.FlatStyle = FlatStyle.System; 308applyButton.FlatStyle = FlatStyle.System; 314cancelButton.FlatStyle = FlatStyle.System; 321okButton.FlatStyle = FlatStyle.System;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
298continueButton.FlatStyle = FlatStyle.Standard; 302quitButton.FlatStyle = FlatStyle.Standard; 306helpButton.FlatStyle = FlatStyle.Standard; 310detailsButton.FlatStyle = FlatStyle.Standard;
16 references to FlatStyle
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Button.cs (1)
117if(FlatStyle != FlatStyle.System) {
winforms\Managed\System\WinForms\ButtonBase.cs (6)
564if (FlatStyle == FlatStyle.Standard) { 577return FlatStyle != FlatStyle.System; 970if(_adapter == null || FlatStyle != _cachedAdapterType) { 971switch (FlatStyle) { 982Debug.Fail("Unsupported FlatStyle: '" + FlatStyle + '"'); 985_cachedAdapterType = FlatStyle;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1558if( Control.FlatStyle != FlatStyle.System ) {
winforms\Managed\System\WinForms\CheckBox.cs (5)
374if(FlatStyle != FlatStyle.System) { 395if (FlatStyle == FlatStyle.Standard) { 414if (Appearance == Appearance.Button || FlatStyle == FlatStyle.System) { 527if (this.FlatStyle == FlatStyle.System) { 534if (this.FlatStyle == FlatStyle.System) {
winforms\Managed\System\WinForms\RadioButton.cs (3)
317if(FlatStyle != FlatStyle.System) { 334if (FlatStyle == FlatStyle.Standard) { 348if (Appearance == Appearance.Button || FlatStyle == FlatStyle.System) {