7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1414_text ??= WindowText; 1424_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3412_text = value; 3874_text = value.Length == 0 ? null : value; 8221_text = Text; 8224_text = null; 12204_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1413Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1588cp.Caption = _text; 3400get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3856return _text ?? string.Empty; 8045if (_text is not null && _text.Length != 0) 8047PInvoke.SetWindowText(this, _text); 8222if (_text is not null && _text.Length == 0)