protected virtual void OnApplyTheme( AppTheme theme) { this.Renderer.OnApplyTheme(theme); }
protected virtual void OnApplyTheme( AppTheme theme) { }
private void Application_ThemeChanged( object sender, AppTheme theme) { this.OnApplyTheme(theme); }