6 writes to UseVisualStyleBackColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabPage.cs (1)
143
UseVisualStyleBackColor
= false;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (2)
124
this.existingMemberPage.
UseVisualStyleBackColor
= true;
134
this.newMemberPage.
UseVisualStyleBackColor
= true;
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (3)
114
this.parametersTabPage.
UseVisualStyleBackColor
= true;
173
this.propertiesTabPage.
UseVisualStyleBackColor
= true;
196
this.permissionsTab.
UseVisualStyleBackColor
= true;
3 references to UseVisualStyleBackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabPage.cs (3)
126
if (Application.RenderWithVisualStyles &&
UseVisualStyleBackColor
&& (parent != null && parent.Appearance == TabAppearance.Normal)) {
701
if (Application.RenderWithVisualStyles &&
UseVisualStyleBackColor
&& (parent != null && parent.Appearance == TabAppearance.Normal)) {
703
Color bkcolor =
UseVisualStyleBackColor
? Color.Transparent : this.BackColor;