|
@@ -4,6 +4,7 @@
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:InABox.DynamicGrid"
|
|
|
+ xmlns:system="clr-namespace:System;assembly=System.Runtime"
|
|
|
mc:Ignorable="d"
|
|
|
Title="Expression Editor" Height="650" Width="800"
|
|
|
Loaded="ExpressionWindow_Loaded"
|
|
@@ -99,7 +100,7 @@
|
|
|
</ControlTemplate>
|
|
|
</ListBox.Template>
|
|
|
<ListBox.ItemTemplate>
|
|
|
- <DataTemplate DataType="local:string">
|
|
|
+ <DataTemplate DataType="{x:Type system:String}">
|
|
|
<ContentControl MouseDoubleClick="Variable_Click"
|
|
|
Tag="{Binding}">
|
|
|
<TextBlock Text="{Binding}"
|