3 references to SynchronizingObject
System (3)
services\timers\system\timers\Timer.cs (3)
313
if (this.
SynchronizingObject
!= null && this.
SynchronizingObject
.InvokeRequired)
314
this.
SynchronizingObject
.BeginInvoke(intervalElapsed, new object[]{this, elapsedEventArgs});