6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2074
CacheTextInternal
= true;
2081
CacheTextInternal
= false;
8262
CacheTextInternal
= true;
8306
CacheTextInternal
= false;
8390
CacheTextInternal
= true;
8395
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3123
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3133
if (
CacheTextInternal
)