fix: fix TopLevelMenuItem HeaderTemplate.

(cherry picked from commit 0fb1e585db)
This commit is contained in:
Zhang Dian
2024-06-24 16:54:15 +08:00
committed by rabbitism
parent 84a255656b
commit 28b04705aa

View File

@@ -268,6 +268,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Center"
Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
RecognizesAccessKey="True" />
<Popup
Name="PART_Popup"