Пример #1
0
 public static bool GetOnlyShowFocusVisualWhileDragging(RangeBase element)
 => (bool)element.GetValue(OnlyShowFocusVisualWhileDraggingProperty);
Пример #2
0
 public static string GetToolTipFormat(RangeBase element)
 => (string)element.GetValue(ToolTipFormatProperty);
Пример #3
0
 public static int GetMaxInt(RangeBase d)
 {
     return((int)d.GetValue(MaxIntProperty));
 }