Exemplo n.º 1
0
 public static WpfColor GetBackgroundColor(this ResourceDictionary resource)
 {
     return(resource.GetColor(EditorFormatDefinition.BackgroundColorId));
 }