3 references to s_cacheTextCountProperty
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1111int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1124int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1145Properties.AddOrRemoveValue(s_cacheTextCountProperty, cacheTextCounter);