6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2074CacheTextInternal = true; 2081CacheTextInternal = false; 8262CacheTextInternal = true; 8306CacheTextInternal = false; 8390CacheTextInternal = true; 8395CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3123get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3133if (CacheTextInternal)