7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1205_text ??= WindowText; 1215_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3210_text = value; 3672_text = value.Length == 0 ? null : value; 7539_text = Text; 7542_text = null; 11404_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1204Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1386cp.Caption = _text; 3198get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3654return _text ?? string.Empty; 7370if (_text is not null && _text.Length != 0) 7372PInvoke.SetWindowText(this, _text); 7540if (_text is not null && _text.Length == 0)