6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2170
CacheTextInternal
= true;
2177
CacheTextInternal
= false;
8344
CacheTextInternal
= true;
8388
CacheTextInternal
= false;
8472
CacheTextInternal
= true;
8477
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3219
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3229
if (
CacheTextInternal
)