16 references to STATE2_USEPREFERREDSIZECACHE
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
82
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\ComboBox.cs (1)
173
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\ContainerControl.cs (1)
66
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\Control.cs (2)
2790
if (GetState2(
STATE2_USEPREFERREDSIZECACHE
)) {
2830
if(GetState2(
STATE2_USEPREFERREDSIZECACHE
) && proposedSize == LayoutUtils.MaxSize) {
winforms\Managed\System\WinForms\DataGridView.cs (1)
434
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
133
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
70
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\GroupBox.cs (1)
54
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\Label.cs (1)
100
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\ListBox.cs (1)
161
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
99
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\Panel.cs (1)
48
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\PictureBox.cs (1)
122
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
117
SetState2(
STATE2_USEPREFERREDSIZECACHE
, true);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
213
|
STATE2_USEPREFERREDSIZECACHE
, // this class overrides GetPreferredSizeCore, let Control automatically cache the result