43 references to System
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 (39)
winforms\Managed\System\WinForms\Button.cs (1)
117if(FlatStyle != FlatStyle.System) {
winforms\Managed\System\WinForms\ButtonBase.cs (2)
284if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)){ 577return FlatStyle != FlatStyle.System;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1558if( Control.FlatStyle != FlatStyle.System ) {
winforms\Managed\System\WinForms\CheckBox.cs (4)
374if(FlatStyle != FlatStyle.System) { 414if (Appearance == Appearance.Button || FlatStyle == FlatStyle.System) { 527if (this.FlatStyle == FlatStyle.System) { 534if (this.FlatStyle == FlatStyle.System) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
639if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) {
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
102if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) 118Debug.Assert(value >= FlatStyle.Flat && value <= FlatStyle.System); 759if (this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) 942if (this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard) 1029(this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
291if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) 307Debug.Assert(value >= FlatStyle.Flat && value <= FlatStyle.System); 772case FlatStyle.System: 1267case FlatStyle.System: 1342if (this.FlatStyle == FlatStyle.System || this.FlatStyle == FlatStyle.Standard)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
501if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) 517Debug.Assert(value >= FlatStyle.Flat && value <= FlatStyle.System); 1959(this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) && 1981if ((this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) && this.DataGridView.ApplyVisualStylesToInnerCells)
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\GroupBox.cs (2)
236if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) 271return FlatStyle != FlatStyle.System;
winforms\Managed\System\WinForms\Label.cs (8)
53private static readonly BitVector32.Section StateFlatStyle = BitVector32.CreateSection((int)FlatStyle.System, StateAnimating); 415if (!ClientUtils.IsEnumValid(value, (int)value, (int)FlatStyle.Flat, (int)FlatStyle.System)) 421bool needRecreate = (labelState[StateFlatStyle] == (int)FlatStyle.System) || (value == FlatStyle.System); 1278return (FlatStyle == FlatStyle.System || !UseCompatibleTextRendering); 1305TextFormatFlags format = FlatStyle == FlatStyle.System ? TextFormatFlags.Default : CreateTextFormatFlags(proposedConstraints); 1341if (UseCompatibleTextRendering && FlatStyle != FlatStyle.System) { 1387return FlatStyle != FlatStyle.System;
winforms\Managed\System\WinForms\RadioButton.cs (2)
317if(FlatStyle != FlatStyle.System) { 348if (Appearance == Appearance.Button || FlatStyle == FlatStyle.System) {