3 writes to touchedTime
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (3)
133touchedTime = DateTime.Now.Ticks; 218touchedTime = DateTime.Now.Ticks; 311touchedTime = 0;
5 references to touchedTime
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (5)
185if (!CheckValid(false) || touchedTime == 0) { 201if (touchedTime == 0) { 204return DateTime.Now.Ticks - touchedTime; 215if (touchedTime == 0 || props == null) { 240if (touchedTime == 0) {