10 references to GetPreferredSizeCore
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
57
return options.
GetPreferredSizeCore
(proposedSize);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (2)
143
layout.
GetPreferredSizeCore
(LayoutUtils.s_maxSize) == PaintPopupLayout(up: true, 2).
GetPreferredSizeCore
(LayoutUtils.s_maxSize),
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (2)
211
layout.
GetPreferredSizeCore
(LayoutUtils.s_maxSize) == PaintLayout(up: true).
GetPreferredSizeCore
(LayoutUtils.s_maxSize),
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
36
return options.
GetPreferredSizeCore
(proposedSize);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (2)
124
layout.
GetPreferredSizeCore
(LayoutUtils.s_maxSize) == PaintPopupLayout(show3D: false).
GetPreferredSizeCore
(LayoutUtils.s_maxSize),
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
104
return options.
GetPreferredSizeCore
(proposedSize);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
171
_lastPreferredSize = _currentLayoutOptions!.
GetPreferredSizeCore
(constrainingSize);