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