5 references to s_specifiedBoundsProperty
System.Windows.Forms (5)
System\Windows\Forms\Layout\CommonProperties.cs (5)
153if (element.Properties.TryGetValue(s_specifiedBoundsProperty, out Rectangle rectangle) 324element.Properties.AddValue(s_specifiedBoundsProperty, originalBounds); 330if (element.Properties.ContainsKey(s_specifiedBoundsProperty)) 333element.Properties.AddValue(s_specifiedBoundsProperty, LayoutUtils.s_maxRectangle); 342element.Properties.AddValue(s_specifiedBoundsProperty, bounds);