3 references to s_cacheTextCountProperty
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1112int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1125int cacheTextCounter = Properties.GetValueOrDefault<int>(s_cacheTextCountProperty); 1146Properties.AddOrRemoveValue(s_cacheTextCountProperty, cacheTextCounter);