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