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