This commit is contained in:
NaBian 2022-03-15 00:01:04 +08:00
commit 04b01db546
747 changed files with 1000 additions and 1000 deletions

View File

@ -603,7 +603,7 @@ internal static class Utility
urlDecoder.AddChar(c); urlDecoder.AddChar(c);
} }
} }
IL_12D:; IL_12D:;
} }
return urlDecoder.GetString(); return urlDecoder.GetString();
} }

View File

@ -201,7 +201,7 @@ public class SystemParameters2 : INotifyPropertyChanged
} }
} }
windowCornerRadius = new CornerRadius(0.0); windowCornerRadius = new CornerRadius(0.0);
IL_E6: IL_E6:
this.WindowCornerRadius = windowCornerRadius; this.WindowCornerRadius = windowCornerRadius;
} }

View File

@ -506,7 +506,7 @@ public sealed class TaskbarItemInfo : Freezable
default: default:
goto IL_A5; goto IL_A5;
} }
IL_146: IL_146:
array[(int) ((UIntPtr) num)] = thumbbutton; array[(int) ((UIntPtr) num)] = thumbbutton;
num += 1u; num += 1u;
if (num != 7u) if (num != 7u)
@ -514,7 +514,7 @@ public sealed class TaskbarItemInfo : Freezable
continue; continue;
} }
break; break;
IL_A5: IL_A5:
thumbbutton.szTip = (thumbButtonInfo.Description ?? ""); thumbbutton.szTip = (thumbButtonInfo.Description ?? "");
thumbbutton.hIcon = this._GetHICONFromImageSource(thumbButtonInfo.ImageSource, this._overlaySize); thumbbutton.hIcon = this._GetHICONFromImageSource(thumbButtonInfo.ImageSource, this._overlaySize);
if (!thumbButtonInfo.IsBackgroundVisible) if (!thumbButtonInfo.IsBackgroundVisible)
@ -542,7 +542,7 @@ public sealed class TaskbarItemInfo : Freezable
} }
goto IL_1AE; goto IL_1AE;
} }
IL_179: IL_179:
array[(int) ((UIntPtr) num)] = new THUMBBUTTON array[(int) ((UIntPtr) num)] = new THUMBBUTTON
{ {
iId = num, iId = num,
@ -550,7 +550,7 @@ public sealed class TaskbarItemInfo : Freezable
dwMask = (THB.ICON | THB.TOOLTIP | THB.FLAGS) dwMask = (THB.ICON | THB.TOOLTIP | THB.FLAGS)
}; };
num += 1u; num += 1u;
IL_1AE: IL_1AE:
if (num < 7u) if (num < 7u)
{ {
goto IL_179; goto IL_179;