TextWidthDialog.Result Command_Text_Select_ByWidth_Dialog() => TextWidthDialog.Run(WindowParent, false, true, GetVariables());
TextWidthDialog.Result Command_Text_Width_Dialog() { var numeric = Selections.Any() ? Selections.AsParallel().All(range => GetString(range).IsNumeric()) : false; return(TextWidthDialog.Run(WindowParent, numeric, false, GetVariables())); }