7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1226_text ??= WindowText; 1236_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3224_text = value; 3686_text = value.Length == 0 ? null : value; 7553_text = Text; 7556_text = null; 11415_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1225Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1400cp.Caption = _text; 3212get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3668return _text ?? string.Empty; 7386if (_text is not null && _text.Length != 0) 7388PInvoke.SetWindowText(this, _text); 7554if (_text is not null && _text.Length == 0)