예제 #1
0
 public static void RaiseRoutedEvent(this UIElement uie, RoutedEventArgs args)
 {
     uie.RaiseEventInt(args);
 }
예제 #2
0
 internal static void RaiseEventInt(this UIElement uie, RoutedEventArgs args)
 {
     EventManager.RaiseEvent(uie, args);
 }