8 references to PropImage
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Label.cs (8)
459
Image image = (Image)Properties.GetObject(
PropImage
);
472
Properties.SetObject(
PropImage
, value);
523
Properties.SetObject(
PropImage
, null);
561
Properties.SetObject(
PropImage
, null);
621
Properties.SetObject(
PropImage
, null); // Image.set calls ImageList = null
1066
Image image = (Image)Properties.GetObject(
PropImage
);
1173
Properties.SetObject(
PropImage
, null);
1693
return Properties.GetObject(
PropImage
) != null;