public static void FillReversibleRectangle(Rectangle rectangle, Color backColor)
 {
     XplatUI.FillReversibleRectangle(rectangle, backColor);
 }