3 references to PropCacheTextCount
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
1538
int cacheTextCounter = Properties.GetInteger(
PropCacheTextCount
, out found);
1554
int cacheTextCounter = Properties.GetInteger(
PropCacheTextCount
, out found);
1571
Properties.SetInteger(
PropCacheTextCount
, cacheTextCounter);