public static bool GetEnableKeySelection(GalleryTool source) { return((bool)source.GetValue(EnableKeySelectionProperty)); }
public static object GetSelectedItemKey(GalleryTool source) { return((object)source.GetValue(SelectedItemKeyProperty)); }