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