6 writes to CacheTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
2076
CacheTextInternal
= true;
2083
CacheTextInternal
= false;
8264
CacheTextInternal
= true;
8308
CacheTextInternal
= false;
8392
CacheTextInternal
= true;
8397
CacheTextInternal
= false;
2 references to CacheTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3125
get =>
CacheTextInternal
? _text ?? string.Empty : WindowText;
3135
if (
CacheTextInternal
)