8 references to s_imageProperty
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (8)
1034Image? image = (Image?)Properties.GetObject(s_imageProperty); 1043Properties.SetObject(s_imageProperty, image); 1076Properties.SetObject(s_imageProperty, value); 1140Properties.SetObject(s_imageProperty, null); 1169Properties.SetObject(s_imageProperty, null); 1564Image? image = (Image?)Properties.GetObject(s_imageProperty); 2134Properties.SetObject(s_imageProperty, null); 2420Properties.SetObject(s_imageProperty, null);