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