6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2149CacheTextInternal = true; 2156CacheTextInternal = false; 8325CacheTextInternal = true; 8369CacheTextInternal = false; 8453CacheTextInternal = true; 8458CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3198get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3208if (CacheTextInternal)