2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 x:Class="SDKSample.Window1"
8 Name="tbPositionCursor"
11 VerticalScrollBarVisibility="Visible">
12 Here is some text in my TextBox...
14 <Button Click="OnClickMoveToStart" Width="150">Cursor To Start</Button>
15 <Button Click="OnClickMoveToEnd" Width="150">Cursor To End</Button>