8 references to PropImage
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripItem.cs (8)
1243
Image image = (Image)Properties.GetObject(
PropImage
);
1250
Properties.SetObject(
PropImage
, image);
1272
Properties.SetObject(
PropImage
, value);
1337
Properties.SetObject(
PropImage
, null);
1375
Properties.SetObject(
PropImage
, null);
1913
Image image = (Image)Properties.GetObject(
PropImage
);
2547
Properties.SetObject(
PropImage
, null);
2775
Properties.SetObject(
PropImage
, null);