6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2149
CacheTextInternal
= true;
2156
CacheTextInternal
= false;
8325
CacheTextInternal
= true;
8369
CacheTextInternal
= false;
8453
CacheTextInternal
= true;
8458
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3198
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3208
if (
CacheTextInternal
)