Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <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> |