3 references to s_mirroredImageProperty
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1728
Properties.AddValue(
s_mirroredImageProperty
, mirroredImage);
1733
return Properties.GetValueOrDefault<Image>(
s_mirroredImageProperty
);
2115
Properties.RemoveValue(
s_mirroredImageProperty
);