6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2076CacheTextInternal = true; 2083CacheTextInternal = false; 8264CacheTextInternal = true; 8308CacheTextInternal = false; 8392CacheTextInternal = true; 8397CacheTextInternal = false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3125get => CacheTextInternal ? _text ?? string.Empty : WindowText; 3135if (CacheTextInternal)