Ejemplo n.º 1
0
 /// <summary>
 /// Finds the routed event with the specified styling name.
 /// </summary>
 /// <param name="name">The styling name of the routed event for which to search.</param>
 /// <param name="ownerType">The routed event's owner type.</param>
 /// <returns>A <see cref="RoutedEvent"/> instance which represents the specified routed event,
 /// or <see langword="null"/> if no such routed event exists.</returns>
 public static RoutedEvent FindByStylingName(String name, Type ownerType)
 {
     return(RoutedEventSystem.FindByStylingName(name, ownerType));
 }