16 references to AllPaintingInWmPaint
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (5)
329
ControlStyles.
AllPaintingInWmPaint
1818
SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.
AllPaintingInWmPaint
, value);
11273
if (!GetStyle(ControlStyles.
AllPaintingInWmPaint
))
11832
bool doubleBuffered = DoubleBuffered || (GetStyle(ControlStyles.
AllPaintingInWmPaint
) && DoubleBufferingEnabled);
11869
bool paintBackground = (usingBeginPaint && GetStyle(ControlStyles.
AllPaintingInWmPaint
)) || doubleBuffered;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
55
SetStyle(ControlStyles.
AllPaintingInWmPaint
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
130
ControlStyles.OptimizedDoubleBuffer | ControlStyles.
AllPaintingInWmPaint
| ControlStyles.SupportsTransparentBackColor,
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
952
SetStyle(ControlStyles.
AllPaintingInWmPaint
| ControlStyles.OptimizedDoubleBuffer, false);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
20
SetStyle(ControlStyles.
AllPaintingInWmPaint
, false);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
90
SetStyle(ControlStyles.
AllPaintingInWmPaint
, false);
System\Windows\Forms\Panels\Panel.cs (1)
31
SetStyle(ControlStyles.Selectable | ControlStyles.
AllPaintingInWmPaint
, false);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
62
SetStyle(ControlStyles.
AllPaintingInWmPaint
| ControlStyles.UserPaint | ControlStyles.OptimizedDoubleBuffer, true);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
61
SetStyle(ControlStyles.
AllPaintingInWmPaint
, false);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
50
SetStyle(ControlStyles.
AllPaintingInWmPaint
, true);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
348
SetStyle(ControlStyles.
AllPaintingInWmPaint
| ControlStyles.UserPaint, true);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
72
SetStyle(SWF.ControlStyles.
AllPaintingInWmPaint
, true);