7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1226_text ??= WindowText; 1236_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3231_text = value; 3693_text = value.Length == 0 ? null : value; 7560_text = Text; 7563_text = null; 11425_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1225Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1407cp.Caption = _text; 3219get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3675return _text ?? string.Empty; 7391if (_text is not null && _text.Length != 0) 7393PInvoke.SetWindowText(this, _text); 7561if (_text is not null && _text.Length == 0)