7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1130_text ??= WindowText; 1140_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3135_text = value; 3597_text = value.Length == 0 ? null : value; 7464_text = Text; 7467_text = null; 11307_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1129Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1311cp.Caption = _text; 3123get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3579return _text ?? string.Empty; 7298if (_text is not null && _text.Length != 0) 7300PInvoke.SetWindowText(this, _text); 7465if (_text is not null && _text.Length == 0)