3 references to s_cacheTextCountProperty
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1185int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1198int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1219Properties.AddOrRemoveValue(s_cacheTextCountProperty, cacheTextCounter);