6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2342
CacheTextInternal
= true;
2349
CacheTextInternal
= false;
9070
CacheTextInternal
= true;
9114
CacheTextInternal
= false;
9198
CacheTextInternal
= true;
9203
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3391
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3401
if (
CacheTextInternal
)