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