2 writes to BorderStyle
System.Workflow.Activities (1)
Designers\SetStateDesigner.cs (1)
250dropDownList.BorderStyle = BorderStyle.None;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
121this.operationsListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
1 reference to BorderStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
2276if ((NativeMethods.PRF_NONCLIENT & (int)m.LParam) != 0 && Application.RenderWithVisualStyles && this.BorderStyle == BorderStyle.Fixed3D) {