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