305 references to ControlStyles
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GroupLabel.cs (1)
27
SetStyle(
ControlStyles
.UserPaint, true);
System.Windows.Forms (277)
winforms\Managed\System\WinForms\AxHost.cs (1)
341
SetStyle(
ControlStyles
.UserPaint, false);
winforms\Managed\System\WinForms\Button.cs (6)
64
SetStyle(
ControlStyles
.StandardClick |
65
ControlStyles
.StandardDoubleClick,
158
if (GetStyle(
ControlStyles
.UserPaint)) {
300
if (GetStyle(
ControlStyles
.UserPaint)) {
307
if (GetStyle(
ControlStyles
.UserPaint)) {
406
Debug.Assert(!GetStyle(
ControlStyles
.UserPaint), "Shouldn't get BN_CLICKED when UserPaint");
winforms\Managed\System\WinForms\ButtonBase.cs (13)
74
SetStyle(
ControlStyles
.SupportsTransparentBackColor |
75
ControlStyles
.Opaque |
76
ControlStyles
.ResizeRedraw |
77
ControlStyles
.OptimizedDoubleBuffer |
78
ControlStyles
.CacheText | // We gain about 2% in painting by avoiding extra GetWindowText calls
79
ControlStyles
.StandardClick,
84
SetStyle(
ControlStyles
.UserMouse |
85
ControlStyles
.UserPaint, OwnerDraw);
942
Debug.Assert(GetStyle(
ControlStyles
.UserPaint), "Shouldn't be in PaintControl when control is not UserPaint style");
1139
if (GetStyle(
ControlStyles
.UserPaint)) {
1190
if (OwnerDraw != GetStyle(
ControlStyles
.UserPaint)) {
1191
SetStyle(
ControlStyles
.UserMouse |
ControlStyles
.UserPaint, OwnerDraw);
winforms\Managed\System\WinForms\CheckBox.cs (2)
79
SetStyle(
ControlStyles
.StandardClick |
80
ControlStyles
.StandardDoubleClick, false);
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
123
SetStyle(
ControlStyles
.ResizeRedraw, true);
winforms\Managed\System\WinForms\ComboBox.cs (8)
166
SetStyle(
ControlStyles
.UserPaint |
167
ControlStyles
.UseTextForAccessibility |
168
ControlStyles
.StandardClick, false);
2207
else if ((msg == NativeMethods.WM_CTLCOLORLISTBOX) && GetStyle(
ControlStyles
.UserPaint)) {
3688
if (!Application.RenderWithVisualStyles && GetStyle(
ControlStyles
.UserPaint) == false && this.DropDownStyle == ComboBoxStyle.DropDownList && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) {
3757
if (GetStyle(
ControlStyles
.UserPaint) == false && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) {
3811
if (GetStyle(
ControlStyles
.UserPaint) == false && FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup) {
3815
if (GetStyle(
ControlStyles
.UserPaint) == false && FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup) {
winforms\Managed\System\WinForms\ContainerControl.cs (1)
63
SetStyle(
ControlStyles
.AllPaintingInWmPaint, false);
winforms\Managed\System\WinForms\Control.cs (81)
421
private
ControlStyles
controlStyle; // User supplied control style
503
SetStyle(
ControlStyles
.AllPaintingInWmPaint |
504
ControlStyles
.UserPaint |
505
ControlStyles
.StandardClick |
506
ControlStyles
.StandardDoubleClick |
507
ControlStyles
.UseTextForAccessibility |
508
ControlStyles
.Selectable,true);
1115
if (!value.Equals(Color.Empty) && !GetStyle(
ControlStyles
.SupportsTransparentBackColor) && value.A < 255)
1207
SetStyle(
ControlStyles
.ResizeRedraw, true);
1540
return cacheTextCounter > 0 || GetStyle(
ControlStyles
.CacheText);
1547
if (GetStyle(
ControlStyles
.CacheText) || !IsHandleCreated) {
1873
if (GetStyle(
ControlStyles
.ContainerControl)) {
2395
return GetStyle(
ControlStyles
.OptimizedDoubleBuffer);
2401
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
ControlStyles
.AllPaintingInWmPaint, value);
2404
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, value);
2413
return GetStyle(
ControlStyles
.DoubleBuffer |
ControlStyles
.UserPaint);
2571
if (IsHandleCreated && !GetStyle(
ControlStyles
.UserPaint)) {
3195
if (!c.IsEmpty && !GetStyle(
ControlStyles
.SupportsTransparentBackColor) && c.A < 255)
3642
return GetStyle(
ControlStyles
.SupportsTransparentBackColor) && this.BackColor.A < 255;
3649
return GetStyle(
ControlStyles
.SupportsTransparentBackColor) && c.A < 255;
3706
return GetStyle(
ControlStyles
.ResizeRedraw );
3709
SetStyle(
ControlStyles
.ResizeRedraw, value );
5644
if ((controlStyle &
ControlStyles
.Selectable) !=
ControlStyles
.Selectable) {
6528
return ((ctl.controlStyle &
ControlStyles
.ContainerControl) ==
ControlStyles
.ContainerControl && ctl is IContainerControl);
6625
if ((controlStyle &
ControlStyles
.FixedWidth) !=
ControlStyles
.FixedWidth && (specified & BoundsSpecified.Width) != 0) {
6630
if ((controlStyle &
ControlStyles
.FixedHeight) !=
ControlStyles
.FixedHeight && (specified & BoundsSpecified.Height) != 0) {
7082
protected bool GetStyle(
ControlStyles
flag) {
7141
if (!GetStyle(
ControlStyles
.UserPaint)) {
7230
!GetStyle(
ControlStyles
.Opaque));
7281
(controlStyle &
ControlStyles
.Opaque) !=
ControlStyles
.Opaque);
7330
(controlStyle &
ControlStyles
.Opaque) !=
ControlStyles
.Opaque);
8174
if (GetStyle(
ControlStyles
.UserPaint)) {
8224
if (IsHandleCreated && !GetStyle(
ControlStyles
.UserPaint)) {
8501
if (GetStyle(
ControlStyles
.UserPaint)) {
8726
if (!GetStyle(
ControlStyles
.UserPaint)){
9383
if (GetStyle(
ControlStyles
.ResizeRedraw)) {
9460
if ((controlStyle &
ControlStyles
.ResizeRedraw) ==
ControlStyles
.ResizeRedraw
9857
if (!GetStyle(
ControlStyles
.Opaque)) {
10054
if ((validationConstraints & ValidationConstraints.Selectable) == ValidationConstraints.Selectable && !c.GetStyle(
ControlStyles
.Selectable) ||
10402
if(GetStyle(
ControlStyles
.UserPaint)) {
11409
if (DpiHelper.EnableDpiChangedHighDpiImprovements && !GetStyle(
ControlStyles
.UserPaint) && (Properties.GetObject(PropFont) == null)) {
11587
if ((controlStyle &
ControlStyles
.FixedWidth) !=
ControlStyles
.FixedWidth) {
11591
if ((controlStyle &
ControlStyles
.FixedHeight) !=
ControlStyles
.FixedHeight) {
11623
if (!GetStyle(
ControlStyles
.FixedWidth)) {
11626
if (!GetStyle(
ControlStyles
.FixedHeight)) {
12036
protected void SetStyle(
ControlStyles
flag, bool value) {
12040
if ((flag &
ControlStyles
.EnableNotifyMessage) != 0 && value)
12237
return GetStyle(
ControlStyles
.ContainerControl);
12955
if (GetStyle(
ControlStyles
.UserPaint)) {
12958
if (!(GetStyle(
ControlStyles
.AllPaintingInWmPaint))) {
13276
if (!GetStyle(
ControlStyles
.CacheText)) {
13359
if (!GetStyle(
ControlStyles
.UserMouse)) {
13369
if (button == MouseButtons.Left && GetStyle(
ControlStyles
.Selectable)) {
13473
if (!GetStyle(
ControlStyles
.UserMouse)) {
13495
if (!GetStyle(
ControlStyles
.UserMouse)) {
13509
if ((controlStyle &
ControlStyles
.StandardClick) ==
ControlStyles
.StandardClick) {
13652
bool doubleBuffered = DoubleBuffered || (GetStyle(
ControlStyles
.AllPaintingInWmPaint) && DoubleBufferingEnabled);
13743
if ((m.WParam == IntPtr.Zero) && GetStyle(
ControlStyles
.AllPaintingInWmPaint) || doubleBuffered) {
14114
if ((controlStyle &
ControlStyles
.EnableNotifyMessage) ==
ControlStyles
.EnableNotifyMessage) {
14163
if (GetStyle(
ControlStyles
.UserPaint)) {
14172
if (GetStyle(
ControlStyles
.UserPaint)) {
14289
if (GetStyle(
ControlStyles
.StandardDoubleClick)) {
14301
if (GetStyle(
ControlStyles
.StandardDoubleClick)) {
14319
if (GetStyle(
ControlStyles
.StandardDoubleClick)) {
14361
if (GetStyle(
ControlStyles
.StandardDoubleClick)) {
15688
if (GetStyle(
ControlStyles
.ResizeRedraw)) {
19482
if (ownerControl.GetStyle(
ControlStyles
.ContainerControl))
19742
if (ownerControl.GetStyle(
ControlStyles
.UseTextForAccessibility)) {
winforms\Managed\System\WinForms\DataGrid.cs (4)
330
SetStyle(
ControlStyles
.UserPaint, true);
331
SetStyle(
ControlStyles
.Opaque, false);
332
SetStyle(
ControlStyles
.SupportsTransparentBackColor, false);
333
SetStyle(
ControlStyles
.UserMouse, true);
winforms\Managed\System\WinForms\DataGridView.cs (4)
427
SetStyle(
ControlStyles
.UserPaint |
428
ControlStyles
.Opaque |
429
ControlStyles
.UserMouse, true);
431
SetStyle(
ControlStyles
.SupportsTransparentBackColor, false);
winforms\Managed\System\WinForms\DateTimePicker.cs (4)
135
SetStyle(
ControlStyles
.FixedHeight, true);
141
SetStyle(
ControlStyles
.UserPaint |
142
ControlStyles
.StandardClick, false);
149
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
winforms\Managed\System\WinForms\Form.cs (1)
4373
if( !GetStyle(
ControlStyles
.Selectable) || !this.Enabled || !this.Visible) {
winforms\Managed\System\WinForms\GroupBox.cs (10)
56
SetStyle(
ControlStyles
.ContainerControl, true);
57
SetStyle(
ControlStyles
.SupportsTransparentBackColor |
58
ControlStyles
.UserPaint |
59
ControlStyles
.ResizeRedraw, OwnerDraw);
61
SetStyle(
ControlStyles
.Selectable, false);
250
SetStyle(
ControlStyles
.ContainerControl, true);
252
SetStyle(
ControlStyles
.SupportsTransparentBackColor |
253
ControlStyles
.UserPaint |
254
ControlStyles
.ResizeRedraw |
255
ControlStyles
.UserMouse, OwnerDraw);
winforms\Managed\System\WinForms\Label.cs (9)
102
SetStyle(
ControlStyles
.UserPaint |
103
ControlStyles
.SupportsTransparentBackColor |
104
ControlStyles
.OptimizedDoubleBuffer, IsOwnerDraw());
106
SetStyle(
ControlStyles
.FixedHeight |
107
ControlStyles
.Selectable, false);
109
SetStyle(
ControlStyles
.ResizeRedraw, true);
425
SetStyle(
ControlStyles
.UserPaint
426
|
ControlStyles
.SupportsTransparentBackColor
427
|
ControlStyles
.OptimizedDoubleBuffer, OwnerDraw);
winforms\Managed\System\WinForms\LinkLabel.cs (8)
86
SetStyle(
ControlStyles
.AllPaintingInWmPaint
87
|
ControlStyles
.OptimizedDoubleBuffer
88
|
ControlStyles
.Opaque
89
|
ControlStyles
.UserPaint
90
|
ControlStyles
.StandardClick
91
|
ControlStyles
.ResizeRedraw, true);
1153
bool optimizeBackgroundRendering = !GetStyle(
ControlStyles
.OptimizedDoubleBuffer);
1882
SetStyle(
ControlStyles
.Selectable, selectable);
winforms\Managed\System\WinForms\ListBox.cs (3)
156
SetStyle(
ControlStyles
.UserPaint |
157
ControlStyles
.StandardClick |
158
ControlStyles
.UseTextForAccessibility, false);
winforms\Managed\System\WinForms\ListView.cs (3)
244
SetStyle(
ControlStyles
.UserPaint, false);
245
SetStyle(
ControlStyles
.StandardClick, false);
246
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
winforms\Managed\System\WinForms\MDIClient.cs (1)
51
SetStyle(
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
184
SetStyle(
ControlStyles
.UserPaint, false);
185
SetStyle(
ControlStyles
.StandardClick, false);
winforms\Managed\System\WinForms\Panel.cs (3)
50
SetStyle(
ControlStyles
.Selectable |
51
ControlStyles
.AllPaintingInWmPaint, false);
52
SetStyle(
ControlStyles
.SupportsTransparentBackColor, true);
winforms\Managed\System\WinForms\PictureBox.cs (8)
127
SetStyle(
ControlStyles
.Opaque |
ControlStyles
.Selectable , false);
128
SetStyle(
ControlStyles
.OptimizedDoubleBuffer|
ControlStyles
.SupportsTransparentBackColor, true);
974
SetStyle(
ControlStyles
.FixedHeight |
ControlStyles
.FixedWidth, true);
978
SetStyle(
ControlStyles
.FixedHeight |
ControlStyles
.FixedWidth, false);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
73
SetStyle(
ControlStyles
.ResizeRedraw, false);
74
SetStyle(
ControlStyles
.Opaque |
ControlStyles
.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\ProgressBar.cs (3)
74
SetStyle(
ControlStyles
.UserPaint |
75
ControlStyles
.UseTextForAccessibility |
76
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5030
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
63
SetStyle(
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
26
SetStyle(
ControlStyles
.Selectable, true);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
38
SetStyle(
ControlStyles
.UserPaint, false);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
198
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, true);
199
SetStyle(
ControlStyles
.ResizeRedraw, false);
200
SetStyle(
ControlStyles
.UserMouse, true);
winforms\Managed\System\WinForms\RadioButton.cs (2)
78
SetStyle(
ControlStyles
.StandardClick, false);
571
if (mevent.Button == MouseButtons.Left && GetStyle(
ControlStyles
.UserPaint)) {
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3732
bool oldStyle = GetStyle(
ControlStyles
.UserMouse);
3733
SetStyle(
ControlStyles
.UserMouse, true);
3735
SetStyle(
ControlStyles
.UserMouse, oldStyle);
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
112
SetStyle(
ControlStyles
.ContainerControl, true);
113
SetStyle(
ControlStyles
.AllPaintingInWmPaint, false);
winforms\Managed\System\WinForms\ScrollBar.cs (3)
60
SetStyle(
ControlStyles
.UserPaint, false);
61
SetStyle(
ControlStyles
.StandardClick, false);
62
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
winforms\Managed\System\WinForms\SplitContainer.cs (2)
157
SetStyle(
ControlStyles
.SupportsTransparentBackColor, true);
158
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\Splitter.cs (1)
67
SetStyle(
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
45
SetStyle(
ControlStyles
.ResizeRedraw, true);
winforms\Managed\System\WinForms\StatusBar.cs (2)
66
base.SetStyle(
ControlStyles
.UserPaint |
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\StatusStrip.cs (2)
50
SetStyle(
ControlStyles
.ResizeRedraw, true);
604
SetStyle(
ControlStyles
.SupportsTransparentBackColor, true);
winforms\Managed\System\WinForms\TabControl.cs (1)
122
SetStyle(
ControlStyles
.UserPaint, false);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
104
SetStyle(
ControlStyles
.ResizeRedraw, true);
winforms\Managed\System\WinForms\TabPage.cs (1)
53
SetStyle (
ControlStyles
.CacheText, true);
winforms\Managed\System\WinForms\TextBoxBase.cs (8)
120
SetStyle(
ControlStyles
.FixedHeight, textBoxFlags[autoSize]);
121
SetStyle(
ControlStyles
.StandardClick
122
|
ControlStyles
.StandardDoubleClick
123
|
ControlStyles
.UseTextForAccessibility
124
|
ControlStyles
.UserPaint, false);
272
SetStyle(
ControlStyles
.FixedHeight, value);
851
SetStyle(
ControlStyles
.FixedHeight, false);
855
SetStyle(
ControlStyles
.FixedHeight, AutoSize);
winforms\Managed\System\WinForms\ToolBar.cs (11)
140
SetStyle(
ControlStyles
.UserPaint, false);
141
SetStyle(
ControlStyles
.FixedHeight, AutoSize);
142
SetStyle(
ControlStyles
.FixedWidth, false);
205
SetStyle(
ControlStyles
.FixedWidth, AutoSize);
206
SetStyle(
ControlStyles
.FixedHeight, false);
209
SetStyle(
ControlStyles
.FixedHeight, AutoSize);
210
SetStyle(
ControlStyles
.FixedWidth, false);
531
SetStyle(
ControlStyles
.FixedWidth, AutoSize);
532
SetStyle(
ControlStyles
.FixedHeight, false);
535
SetStyle(
ControlStyles
.FixedHeight, AutoSize);
536
SetStyle(
ControlStyles
.FixedWidth, false);
winforms\Managed\System\WinForms\ToolStrip.cs (5)
205
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
206
ControlStyles
.AllPaintingInWmPaint |
207
ControlStyles
.SupportsTransparentBackColor, true);
209
SetStyle(
ControlStyles
.Selectable, false);
3882
SetStyle(
ControlStyles
.Selectable, TabStop);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
608
SetStyle(
ControlStyles
.ResizeRedraw |
ControlStyles
.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\ToolStripContainer.cs (2)
36
SetStyle(
ControlStyles
.ResizeRedraw |
ControlStyles
.SupportsTransparentBackColor, true);
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (3)
38
SetStyle(
ControlStyles
.ResizeRedraw |
ControlStyles
.SupportsTransparentBackColor, true);
386
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, true);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1160
SetStyle(
ControlStyles
.AllPaintingInWmPaint |
ControlStyles
.OptimizedDoubleBuffer, false);
1314
SetStyle(
ControlStyles
.ResizeRedraw, true);
winforms\Managed\System\WinForms\ToolStripPanel.cs (8)
93
SetStyle(
ControlStyles
.ResizeRedraw |
ControlStyles
.OptimizedDoubleBuffer | /*ControlStyles.AllPaintingInWmPaint |*/
ControlStyles
.SupportsTransparentBackColor, true);
94
SetStyle(
ControlStyles
.Selectable, false);
384
SetStyle(
ControlStyles
.Selectable, value);
823
SetStyle(
ControlStyles
.AllPaintingInWmPaint, false);
824
SetStyle(
ControlStyles
.OptimizedDoubleBuffer, true);
825
SetStyle(
ControlStyles
.CacheText, true);
winforms\Managed\System\WinForms\TrackBar.cs (10)
76
SetStyle(
ControlStyles
.UserPaint, false);
77
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
109
SetStyle(
ControlStyles
.FixedHeight, autoSize);
110
SetStyle(
ControlStyles
.FixedWidth, false);
113
SetStyle(
ControlStyles
.FixedWidth, autoSize);
114
SetStyle(
ControlStyles
.FixedHeight, false);
449
SetStyle(
ControlStyles
.FixedHeight, autoSize);
450
SetStyle(
ControlStyles
.FixedWidth, false);
454
SetStyle(
ControlStyles
.FixedHeight, false);
455
SetStyle(
ControlStyles
.FixedWidth, autoSize);
winforms\Managed\System\WinForms\TreeView.cs (4)
188
SetStyle(
ControlStyles
.UserPaint, false);
189
SetStyle(
ControlStyles
.StandardClick, false);
190
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
932
SetStyle(
ControlStyles
.ResizeRedraw, true);
winforms\Managed\System\WinForms\UpDownBase.cs (12)
107
SetStyle(
ControlStyles
.Opaque |
ControlStyles
.FixedHeight |
ControlStyles
.ResizeRedraw, true);
108
SetStyle(
ControlStyles
.StandardClick, false);
109
SetStyle(
ControlStyles
.UseTextForAccessibility, false);
1266
SetStyle(
ControlStyles
.FixedHeight |
1267
ControlStyles
.FixedWidth, true);
1269
SetStyle(
ControlStyles
.Selectable, false);
1435
SetStyle(
ControlStyles
.Opaque |
ControlStyles
.FixedHeight |
1436
ControlStyles
.FixedWidth, true);
1438
SetStyle(
ControlStyles
.Selectable, false);
winforms\Managed\System\WinForms\UserControl.cs (1)
52
SetStyle(
ControlStyles
.SupportsTransparentBackColor, true);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
112
this.SetStyle(
ControlStyles
.UserPaint, false);
System.Windows.Forms.DataVisualization (7)
WinForm\ChartWinControl.cs (7)
207
this.SetStyle(
ControlStyles
.ResizeRedraw, true);
209
this.SetStyle(
ControlStyles
.UserPaint, true);
210
this.SetStyle(
ControlStyles
.AllPaintingInWmPaint, true);
211
this.SetStyle(
ControlStyles
.SupportsTransparentBackColor, true);
212
this.SetStyle(
ControlStyles
.Selectable, true);
215
this.SetStyle(
ControlStyles
.DoubleBuffer, true);
220
this.SetStyle(
ControlStyles
.UserMouse, true);
System.Workflow.ComponentModel (20)
AuthoringOM\Design\DesignerWidgets.cs (14)
1083
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
1084
ControlStyles
.UserPaint |
1085
ControlStyles
.SupportsTransparentBackColor |
1086
ControlStyles
.AllPaintingInWmPaint, true);
1399
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
1400
ControlStyles
.UserPaint |
1401
ControlStyles
.SupportsTransparentBackColor |
1402
ControlStyles
.AllPaintingInWmPaint, true);
1714
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
1715
ControlStyles
.UserPaint |
1716
ControlStyles
.AllPaintingInWmPaint |
1717
ControlStyles
.ResizeRedraw |
1718
ControlStyles
.Selectable |
1719
ControlStyles
.SupportsTransparentBackColor, true);
AuthoringOM\Design\WorkflowView.cs (6)
160
SetStyle(
ControlStyles
.OptimizedDoubleBuffer |
ControlStyles
.UserPaint |
ControlStyles
.Opaque |
ControlStyles
.AllPaintingInWmPaint |
ControlStyles
.Selectable |
ControlStyles
.EnableNotifyMessage, true);