6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2170
CacheTextInternal
= true;
2177
CacheTextInternal
= false;
8346
CacheTextInternal
= true;
8390
CacheTextInternal
= false;
8474
CacheTextInternal
= true;
8479
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
)