Esempio n. 1
0
 /// <summary>
 /// Class constructor.
 /// </summary>
 public StringMatchItem()
 {
     _Range         = new SelectionRange();
     _DisplayString = string.Empty;
 }
 /// <summary>
 /// Gets the current values of the Range dependency property.
 /// </summary>
 public static void SetRange(DependencyObject obj, ISelectionRange value)
 {
     obj.SetValue(RangeProperty, value);
 }