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