Permalink
Fetching contributors…
Cannot retrieve contributors at this time
26 lines (24 sloc) 992 Bytes
<UserControl x:Class="ThemeReourcesControlLibrary.NumericUpDown"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ThemeReourcesControlLibrary"
Height="300" Width="300">
<Grid>
<!--<Snippet6>-->
<RepeatButton
Grid.Column="1" Grid.Row="0"
Background="{StaticResource {ComponentResourceKey
TypeInTargetAssembly={x:Type local:NumericUpDown},
ResourceId=ButtonBrush}}">
Up
</RepeatButton>
<RepeatButton
Grid.Column="1" Grid.Row="1"
Background="{StaticResource {ComponentResourceKey
TypeInTargetAssembly={x:Type local:NumericUpDown},
ResourceId=ButtonBrush}}">
Down
</RepeatButton>
<!--</Snippet6>-->
</Grid>
</UserControl>