<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:Signum.Windows" x:Class="Signum.Windows.CountSearchControl" x:Name="me" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" > <UserControl.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="..\Resources.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </UserControl.Resources> <TextBlock> <Hyperlink Click="Hyperlink_Click" > <TextBlock Name="tb" Margin="5,2,2,2" Text="{Binding Path=FormattedText, ElementName=me, Mode=Default}"/> </Hyperlink> </TextBlock> </UserControl>
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)
Math Primers for Programmers