|
@@ -14,12 +14,12 @@
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
<ColumnDefinition Width="Auto"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <my:TextBox_PlusDouble Grid.Column="0" Grid.ColumnSpan="1"
|
|
|
+ <my:TextBox_Double Grid.Column="0" Grid.ColumnSpan="1"
|
|
|
VerticalContentAlignment="Center"
|
|
|
BorderBrush="{x:Null}" BorderThickness="0"
|
|
|
Text="{Binding Path=Text,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UserControl}}"
|
|
|
IsReadOnly="{Binding Path=IsReadOnly}" Style="{DynamicResource {ComponentResourceKey TypeInTargetAssembly={x:Type local:PropertyGrid}, ResourceId=TextBoxStyle}}">
|
|
|
- </my:TextBox_PlusDouble>
|
|
|
+ </my:TextBox_Double>
|
|
|
<Label Grid.Column="1" Padding="0"
|
|
|
VerticalContentAlignment="Center"
|
|
|
Content="{Binding Path=TextUnit,Mode=TwoWay, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=UserControl}}"></Label>
|