13 references to GetSpecifiedBounds
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (1)
2102
return CommonProperties.
GetSpecifiedBounds
(this).Size;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1023
int width = CommonProperties.
GetSpecifiedBounds
(this).Width;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
1036
return CommonProperties.
GetSpecifiedBounds
(this).Size;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
201
Rectangle bounds = CommonProperties.
GetSpecifiedBounds
(this);
4573
Size size = CommonProperties.
GetSpecifiedBounds
(this).Size;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
92
Rectangle bounds = CommonProperties.
GetSpecifiedBounds
(TextBox);
System\Windows\Forms\Form.cs (1)
504
Size = CommonProperties.
GetSpecifiedBounds
(this).Size;
System\Windows\Forms\Layout\CommonProperties.cs (2)
180
element.SetBounds(
GetSpecifiedBounds
(element), BoundsSpecified.None);
291
Rectangle originalBounds =
GetSpecifiedBounds
(element);
System\Windows\Forms\Layout\DefaultLayout.cs (2)
953
element.SetBounds(CommonProperties.
GetSpecifiedBounds
(element), BoundsSpecified.None);
965
element.SetBounds(CommonProperties.
GetSpecifiedBounds
(element), BoundsSpecified.All);
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (1)
73
public virtual Size SpecifiedSize => CommonProperties.
GetSpecifiedBounds
(_element!).Size;
System\Windows\Forms\Layout\TableLayout.cs (1)
867
: CommonProperties.
GetSpecifiedBounds
(element).Size;