4 using System.Windows.Markup;
6 namespace SiliconStudio.Presentation.MarkupExtensions
13 private readonly
string content;
22 content = !string.IsNullOrEmpty(gesture) ?
string.Format(
"{0} ({1})", text, gesture) : text;
26 public override object ProvideValue(IServiceProvider serviceProvider)