2 references to PropBackgroundImage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
481
return Properties.GetObject(
PropBackgroundImage
) as Image;
486
Properties.SetObject(
PropBackgroundImage
, value);