diff SilverlightValidation/SilverlightGlimpse/Controls/BrokenBindingsViewer.xaml @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents 241e2f22ed3c
children
line wrap: on
line diff
--- a/SilverlightValidation/SilverlightGlimpse/Controls/BrokenBindingsViewer.xaml	Sat Apr 21 15:06:48 2012 +0100
+++ b/SilverlightValidation/SilverlightGlimpse/Controls/BrokenBindingsViewer.xaml	Sat Apr 21 19:20:28 2012 +0100
@@ -1,6 +1,7 @@
 <UserControl x:Class="SilverlightGlimpse.Controls.BrokenBindingsViewer"
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
-             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+             Loaded="BrokenBindings_Loaded">
     <Grid x:Name="LayoutRoot" Background="White">
         <ScrollViewer>
             <ItemsControl x:Name="icBrokenBindings" />