3 references to PropBackgroundImageLayout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1191bool found = Properties.ContainsObject(PropBackgroundImageLayout); 1196return ((ImageLayout)Properties.GetObject(PropBackgroundImageLayout)); 1214Properties.SetObject(PropBackgroundImageLayout, value);