7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1132_text ??= WindowText; 1142_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3137_text = value; 3599_text = value.Length == 0 ? null : value; 7466_text = Text; 7469_text = null; 11309_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1131Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1313cp.Caption = _text; 3125get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3581return _text ?? string.Empty; 7300if (_text is not null && _text.Length != 0) 7302PInvoke.SetWindowText(this, _text); 7467if (_text is not null && _text.Length == 0)