3 references to s_layoutBoundsProperty
System.Windows.Forms (3)
System\Windows\Forms\Layout\CommonProperties.cs (3)
681
if (element.Properties.TryGetValue(
s_layoutBoundsProperty
, out Size size))
704
element.Properties.AddValue(
s_layoutBoundsProperty
, value);
712
return element.Properties.ContainsKey(
s_layoutBoundsProperty
);