6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2075CacheTextInternal = true; 2082CacheTextInternal = false; 8223CacheTextInternal = true; 8267CacheTextInternal = false; 8351CacheTextInternal = true; 8356CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3124get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3134if (CacheTextInternal)