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