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