Exemplo n.º 1
0
 public static int GetInterval(SearchBox source)
 {
     return((int)source.GetValue(IntervalProperty));
 }
Exemplo n.º 2
0
 public static string GetSearchText(SearchBox source)
 {
     return((string)source.GetValue(SearchTextProperty));
 }