internal virtual void ApplyText(string value) { if (textView != null && value != null) { textView.SetString((NSString)value); } }