2 references to SplitCell
PresentationFramework (2)
System\windows\Documents\TextEditorTables.cs (2)
56
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
SplitCell
, onTableCommand, onQueryStatusNYI, KeyGesture.CreateFromResourceStrings(KeySplitCell, nameof(SR.KeySplitCellDisplayString)));
108
else if (args.Command == EditingCommands.
SplitCell
)