6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2074
CacheTextInternal
= true;
2081
CacheTextInternal
= false;
8256
CacheTextInternal
= true;
8300
CacheTextInternal
= false;
8384
CacheTextInternal
= true;
8389
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
)