5 references to s_specifiedBoundsProperty
System.Windows.Forms (5)
System\Windows\Forms\Layout\CommonProperties.cs (5)
152element.Properties.TryGetValue(s_specifiedBoundsProperty, out Rectangle rectangle) 319element.Properties.AddValue(s_specifiedBoundsProperty, originalBounds); 325if (element.Properties.ContainsKey(s_specifiedBoundsProperty)) 328element.Properties.AddValue(s_specifiedBoundsProperty, LayoutUtils.s_maxRectangle); 337element.Properties.AddValue(s_specifiedBoundsProperty, bounds);