6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2342CacheTextInternal = true; 2349CacheTextInternal = false; 9070CacheTextInternal = true; 9114CacheTextInternal = false; 9198CacheTextInternal = true; 9203CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3391get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3401if (CacheTextInternal)