Esempio n. 1
0
 public static bool GetIsFocusInRow(DataGridCell cell) => (bool)cell.GetValue(IsFocusInRowProperty);
Esempio n. 2
0
 internal static CellManager GetCellManager(DataGridCell element)
 {
     return((CellManager)element.GetValue(CellManagerProperty));
 }
Esempio n. 3
0
 public static bool GetIsCellFocused(DataGridCell cell) => (bool)cell.GetValue(IsCellFocusedProperty);
Esempio n. 4
0
 public static bool GetTextBoxController(DataGridCell element)
 {
     return((bool)element.GetValue(TextBoxControllerProperty));
 }