5 references to SizeFromClientSizeInternal
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
10128
Size =
SizeFromClientSizeInternal
(new(x, y));
10135
protected virtual Size SizeFromClientSize(Size clientSize) =>
SizeFromClientSizeInternal
(clientSize);
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
515
width =
SizeFromClientSizeInternal
(new(width, height)).Width + _upDownButtons.Width;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
825
int width =
SizeFromClientSizeInternal
(new(textWidth, height)).Width + _upDownButtons.Width;
System\Windows\Forms\Form.cs (1)
5004
restoredSize =
SizeFromClientSizeInternal
(restoredSize);