5 references to _specifiedBoundsProperty
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (5)
156
Rectangle rectangle = element.Properties.GetRectangle(
_specifiedBoundsProperty
, out found);
292
element.Properties.SetRectangle(
_specifiedBoundsProperty
, originalBounds);
297
if(element.Properties.ContainsObject(
_specifiedBoundsProperty
)) {
299
element.Properties.SetRectangle(
_specifiedBoundsProperty
, LayoutUtils.MaxRectangle);
307
element.Properties.SetRectangle(
_specifiedBoundsProperty
, bounds);