Ejemplo n.º 1
0
 public static bool GetEnableKeySelection(GalleryTool source)
 {
     return((bool)source.GetValue(EnableKeySelectionProperty));
 }
Ejemplo n.º 2
0
 public static object GetSelectedItemKey(GalleryTool source)
 {
     return((object)source.GetValue(SelectedItemKeyProperty));
 }