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