<TextBox x:Name="enteredMessage" KeyDown="messageBox_EnterKeyDown" Background="Black" Foreground="#00ff00" BorderThickness="2" BorderBrush="#55E41B" TextWrapping="Wrap" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" Margin="0,-0.333,0,20.333" Grid.Row="1" AcceptsReturn="True" Text="{Binding FilesDetails.StatusCount,Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)