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