Exemplo n.º 1
0
 public static void RaiseRoutedEvent(this UIElement uie, RoutedEventArgs args)
 {
     uie.RaiseEventInt(args);
 }
Exemplo n.º 2
0
 internal static void RaiseEventInt(this UIElement uie, RoutedEventArgs args)
 {
     EventManager.RaiseEvent(uie, args);
 }