Beispiel #1
0
 public static void SetInterval(SearchBox source, int value)
 {
     source.SetValue(IntervalProperty, value);
 }
Beispiel #2
0
 public static void SetSearchText(SearchBox source, string value)
 {
     source.SetValue(SearchTextProperty, value);
 }