8 writes to UseVisualStyleBackColor
PresentationUI (7)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (2)
192_nextButton.UseVisualStyleBackColor = true; 201_cancelButton.UseVisualStyleBackColor = true;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
79this._nextButton.UseVisualStyleBackColor = true; 88this._cancelButton.UseVisualStyleBackColor = true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
95this.radioButtonUnrestricted.UseVisualStyleBackColor = true; 104this.radioButtonPermissions.UseVisualStyleBackColor = true; 113this.radioButtonTemplate.UseVisualStyleBackColor = true;
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
175UseVisualStyleBackColor = false;
3 references to UseVisualStyleBackColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
70if (!Control.UseVisualStyleBackColor)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxModernAdapter.cs (1)
83bool useExplicitBackColor = Control.ShouldSerializeBackColor() || !Control.UseVisualStyleBackColor;
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonModernAdapter.cs (1)
83bool useExplicitBackColor = Control.ShouldSerializeBackColor() || !Control.UseVisualStyleBackColor;