2 writes to DropShadowEnabled
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1667
DropShadowEnabled
= true;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
828
this.
DropShadowEnabled
= false;
2 references to DropShadowEnabled
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
321
if (
DropShadowEnabled
) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
230
if (toolStripDropDown.
DropShadowEnabled
&& ToolStripManager.VisualStylesEnabled) {