public static void SetEnableKeySelection(GalleryTool source, bool value) { source.SetValue(EnableKeySelectionProperty, value); }
public static void SetSelectedItemKey(GalleryTool source, object value) { source.SetValue(SelectedItemKeyProperty, value); }