Esempio n. 1
0
 /// <summary>
 /// Creates a <see cref="TriggerCollection"/> from <see cref="windows.UI.Xaml.TriggerCollection"/>.
 /// </summary>
 /// <param name="args">The <see cref="windows.UI.Xaml.TriggerCollection"/> instance containing the event data.</param>
 /// <returns><see cref="TriggerCollection"/></returns>
 public static TriggerCollection FromTriggerCollection(windows.UI.Xaml.TriggerCollection args)
 {
     return(new TriggerCollection(args));
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TriggerCollection"/> class, a
 /// Wpf-enabled wrapper for <see cref="windows.UI.Xaml.TriggerCollection"/>
 /// </summary>
 public TriggerCollection(windows.UI.Xaml.TriggerCollection instance)
 {
     this.UwpInstance = instance;
 }