6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2170CacheTextInternal = true; 2177CacheTextInternal = false; 8346CacheTextInternal = true; 8390CacheTextInternal = false; 8474CacheTextInternal = true; 8479CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3219get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3229if (CacheTextInternal)