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