11 writes to ImageTransparentColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
253
set => base.
ImageTransparentColor
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3393
private void ResetImageTransparentColor() =>
ImageTransparentColor
= Color.Empty;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
511
menuItem.
ImageTransparentColor
= ImageTransparentColor;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
155
set => base.
ImageTransparentColor
= value;
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (1)
90
ImageTransparentColor
= Color.Magenta;
System\Windows\Forms\Design\StandardMenuStripVerb.cs (2)
181
item.
ImageTransparentColor
= Color.Magenta;
341
item.
ImageTransparentColor
= Color.Magenta;
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (3)
76
item.
ImageTransparentColor
= Color.Magenta;
124
ImageTransparentColor
= Color.Magenta
219
_editItemsToolStripMenuItem.
ImageTransparentColor
= Color.Magenta;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1394
_addItemButton.
ImageTransparentColor
= Color.Lime;
6 references to ImageTransparentColor
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
252
get => base.
ImageTransparentColor
;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
1057
if (value is Bitmap bmp &&
ImageTransparentColor
!= Color.Empty)
1061
bmp.MakeTransparent(
ImageTransparentColor
);
3279
private bool ShouldSerializeImageTransparentColor() =>
ImageTransparentColor
!= Color.Empty;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
511
menuItem.ImageTransparentColor =
ImageTransparentColor
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
154
get => base.
ImageTransparentColor
;