2 writes to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
224
_synchronizingObject
= (ISynchronizeInvoke)baseComponent;
231
set =>
_synchronizingObject
= value;
2 references to _synchronizingObject
System.ComponentModel.TypeConverter (2)
System\Timers\Timer.cs (2)
218
if (
_synchronizingObject
== null && DesignMode)
228
return
_synchronizingObject
;