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