Handling some warnings and proper disposals of shells etc.

This commit is contained in:
Burak Kaan Köse
2026-03-27 14:45:36 +01:00
parent 3712041689
commit fb8a3d8f90
21 changed files with 470 additions and 298 deletions
@@ -52,6 +52,10 @@
</StackPanel>
</DataTemplate>
<DataTemplate x:Key="ParagraphStyleOptionTemplate" x:DataType="mail:EditorParagraphStyleOption">
<TextBlock Text="{x:Bind Name}" />
</DataTemplate>
</UserControl.Resources>
<toolkit:TabbedCommandBar>
@@ -231,7 +235,7 @@
x:Name="ParagraphStyleComboBox"
Grid.Column="1"
MinWidth="104"
DisplayMemberPath="Name"
ItemTemplate="{StaticResource ParagraphStyleOptionTemplate}"
PlaceholderText="Paragraph"
SelectionChanged="ParagraphStyleComboBox_SelectionChanged"
Style="{StaticResource CompactComboBoxStyle}" />