6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2163
CacheTextInternal
= true;
2170
CacheTextInternal
= false;
8339
CacheTextInternal
= true;
8383
CacheTextInternal
= false;
8467
CacheTextInternal
= true;
8472
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3212
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3222
if (
CacheTextInternal
)