You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6908,6 +6916,32 @@ protected override void WndProc(ref Message m)
6908
6916
{
6909
6917
switch(m.MsgInternal)
6910
6918
{
6919
+
casePInvokeCore.WM_CTLCOLOREDIT:
6920
+
// Default handling of edit label colors
6921
+
m.ResultInternal=(LRESULT)0;
6922
+
#pragma warning disable WFO5001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
6923
+
if(Application.IsDarkModeEnabled)
6924
+
{
6925
+
// Make background of dark mode edit labels the correct color
#pragma warning disable WFO5001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
3174
+
if(Application.IsDarkModeEnabled)
3175
+
{
3176
+
// Make background of dark mode edit labels the correct color
0 commit comments