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