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