Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dong Bin
2025-05-20 20:32:50 +08:00
committed by GitHub
parent cda52829c7
commit 5128b03851

View File

@@ -101,7 +101,7 @@ public class Badge : HeaderedContentControl
set => SetValue(BadgeFontSizeProperty, value);
}
/// <inheirtdoc/>
/// <inheritdoc/>
protected override void OnApplyTemplate(TemplateAppliedEventArgs e)
{
_badgeContainer?.RemoveHandler(SizeChangedEvent, OnBadgeSizeChanged);