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)
172UseVisualStyleBackColor = false;
1 reference to UseVisualStyleBackColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
70if (!Control.UseVisualStyleBackColor)