6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2075
CacheTextInternal
= true;
2082
CacheTextInternal
= false;
8263
CacheTextInternal
= true;
8307
CacheTextInternal
= false;
8391
CacheTextInternal
= true;
8396
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
)