3 references to PropBackgroundImageLayout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
512
bool found = Properties.ContainsObject(
PropBackgroundImageLayout
);
517
return ((ImageLayout)Properties.GetObject(
PropBackgroundImageLayout
));
527
Properties.SetObject(
PropBackgroundImageLayout
, value);