3 references to s_cacheTextCountProperty
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1385int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1398int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1419Properties.AddOrRemoveValue(s_cacheTextCountProperty, cacheTextCounter);