2 writes to _placeholderLabel
Microsoft.Maui (2)
Platform\iOS\MauiTextView.cs (2)
19 _placeholderLabel = InitPlaceholderLabel(); 27 _placeholderLabel = InitPlaceholderLabel();
14 references to _placeholderLabel
Microsoft.Maui (14)
Platform\iOS\MauiTextView.cs (14)
45 get => _placeholderLabel.Text; 48 _placeholderLabel.Text = value; 49 _placeholderLabel.SizeToFit(); 55 get => _placeholderLabel.AttributedText; 58 _placeholderLabel.AttributedText = value; 59 _placeholderLabel.SizeToFit(); 65 get => _placeholderLabel.TextColor; 66 set => _placeholderLabel.TextColor = value; 141 if (Bounds != CGRect.Empty && _placeholderLabel is not null) 148 _placeholderLabel.Frame = new CGRect(x, y, width, height); 154 _placeholderLabel.Hidden = !string.IsNullOrEmpty(value); 179 _defaultPlaceholderSize ??= _placeholderLabel.Font.PointSize; 180 _placeholderLabel.Font = value ?? _placeholderLabel.Font.WithSize(