6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2163CacheTextInternal = true; 2170CacheTextInternal = false; 8339CacheTextInternal = true; 8383CacheTextInternal = false; 8467CacheTextInternal = true; 8472CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3212get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3222if (CacheTextInternal)