7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1131_text ??= WindowText; 1141_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3136_text = value; 3598_text = value.Length == 0 ? null : value; 7425_text = Text; 7428_text = null; 11276_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1130Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1312cp.Caption = _text; 3124get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3580return _text ?? string.Empty; 7259if (_text is not null && _text.Length != 0) 7261PInvoke.SetWindowText(this, _text); 7426if (_text is not null && _text.Length == 0)