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