29 references to ResizeRedraw
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
330
if (GetStyle(ControlStyles.
ResizeRedraw
))
System\Windows\Forms\Control.cs (6)
978
SetStyle(ControlStyles.
ResizeRedraw
, true);
2916
get => GetStyle(ControlStyles.
ResizeRedraw
);
2917
set => SetStyle(ControlStyles.
ResizeRedraw
, value);
7973
if (GetStyle(ControlStyles.
ResizeRedraw
))
8047
if ((_controlStyle & ControlStyles.
ResizeRedraw
) == ControlStyles.
ResizeRedraw
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
69
| ControlStyles.
ResizeRedraw
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
35
ControlStyles.
ResizeRedraw
, OwnerDraw);
201
ControlStyles.
ResizeRedraw
|
System\Windows\Forms\Controls\Labels\Label.cs (1)
75
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
60
| ControlStyles.
ResizeRedraw
,
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
67
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
136
SetStyle(ControlStyles.
ResizeRedraw
, false);
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
37
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
13
SetStyle(ControlStyles.
ResizeRedraw
| ControlStyles.OptimizedDoubleBuffer, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
21
SetStyle(ControlStyles.
ResizeRedraw
| ControlStyles.SupportsTransparentBackColor, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
27
SetStyle(ControlStyles.
ResizeRedraw
| ControlStyles.SupportsTransparentBackColor, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1090
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
51
SetStyle(ControlStyles.
ResizeRedraw
| ControlStyles.OptimizedDoubleBuffer | /*ControlStyles.AllPaintingInWmPaint |*/ControlStyles.SupportsTransparentBackColor, true);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
916
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
67
SetStyle(ControlStyles.Opaque | ControlStyles.FixedHeight | ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Panels\SplitterPanel.cs (1)
17
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
87
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
61
SetStyle(ControlStyles.
ResizeRedraw
, false);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\ByteViewer.cs (1)
75
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
53
SetStyle(ControlStyles.
ResizeRedraw
, true);
System\Windows\Forms\Design\ComponentTray.cs (1)
83
SetStyle(ControlStyles.
ResizeRedraw
| ControlStyles.OptimizedDoubleBuffer, true);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
113
SetStyle(ControlStyles.
ResizeRedraw
, true);