13 writes to shadowedText
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1527layout.shadowedText = !enabled; 1553layout.shadowedText = !Control.Enabled;
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (2)
295layout.shadowedText = SystemInformation.HighContrast; 308layout.shadowedText = SystemInformation.HighContrast;
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (2)
167layout.shadowedText = SystemInformation.HighContrast; 184layout.shadowedText = SystemInformation.HighContrast;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
291layout.shadowedText = !Control.Enabled;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxFlatAdapter.cs (1)
91layout.shadowedText = false;
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (2)
122layout.shadowedText = false; 136layout.shadowedText = false;
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonFlatAdapter.cs (1)
91layout.shadowedText = false;
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (1)
97layout.shadowedText = true;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4712layoutOptions.shadowedText = !ownerItem.Enabled;
1 reference to shadowedText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
621bool disabledText3D = layout.options.shadowedText;