示例#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);
 }