5 references to s_updateCountProperty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
4593
int updateCount = Properties.GetValueOrDefault(
s_updateCountProperty
, 0);
4600
s_updateCountProperty
,
5288
int updateCount = Properties.GetValueOrDefault(
s_updateCountProperty
, 0);
5295
s_updateCountProperty
,
5576
=> Properties.GetValueOrDefault(
s_updateCountProperty
, 0) > 0;