How and Where to Create StaticResource Key for a Converter within the Simple XAML Window?
问题 I'm having a simple WPF XAML Window, I need to Create a StaticResource Key with in the following XAML. The XAML Source Code is <Window x:Class="WpfApplication1.Trigger" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:super="clr-namespace:WpfApplication1" Title="Trigger" Height="300" Width="300"> <Grid> <Border x:Name="m_Border" Width="100" Height="30" HorizontalAlignment="Center" VerticalAlignment="Top" Background=