1 write to dropShadowEnabled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
447dropShadowEnabled = value;
3 references to dropShadowEnabled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
443return dropShadowEnabled && TopMost && DisplayInformation.IsDropShadowEnabled; 446if (dropShadowEnabled != value) { 2104return dropShadowEnabled == false;