I have the following XAML
<Grid.RowDefinitions>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
</Grid.ColumnDefinitions>
The code behind for the buttons sets StartTime (or StopTime) to DateTime.UTCNow(). How do I force the UI to update?