Exemplo n.º 1
0
 public static void SetEnableKeySelection(GalleryTool source, bool value)
 {
     source.SetValue(EnableKeySelectionProperty, value);
 }
Exemplo n.º 2
0
 public static void SetSelectedItemKey(GalleryTool source, object value)
 {
     source.SetValue(SelectedItemKeyProperty, value);
 }