public static string BindText(this TextViewWithPlaceholder self)
 => TextViewWithPlaceholderTextTargetBinding.BindingName;
Exemplo n.º 2
0
 public void Include(TextViewWithPlaceholder textView)
 {
     textView.TextColor = textView.TextColor;
 }
Exemplo n.º 3
0
 public static string BindDidBecomeFirstResponder(this TextViewWithPlaceholder self)
 => TextViewWithPlaceholderDidBecomeFirstResponderTargetBinding.BindingName;