7 writes to _text
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (7)
1405_text ??= WindowText; 1415_text = Properties.GetValueOrDefault<string?>(s_cacheTextFieldProperty); 3403_text = value; 3865_text = value.Length == 0 ? null : value; 8163_text = Text; 8166_text = null; 12146_text = null;
9 references to _text
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
1404Properties.AddOrRemoveValue(s_cacheTextFieldProperty, _text); 1579cp.Caption = _text; 3391get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3847return _text ?? string.Empty; 7987if (_text is not null && _text.Length != 0) 7989PInvoke.SetWindowText(this, _text); 8164if (_text is not null && _text.Length == 0)