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