public static void SetNeedsDisplay(this _View view) { #if __IOS__ view.SetNeedsDisplay(); #elif __MACOS__ view.NeedsDisplay = true; #endif }