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