2 references to s_backgroundImageLayoutProperty
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
870
get => Properties.GetValueOrDefault(
s_backgroundImageLayoutProperty
, ImageLayout.Tile);
892
Properties.AddOrRemoveValue(
s_backgroundImageLayoutProperty
, value, defaultValue: ImageLayout.Tile);