1 write to parent
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
121
this.
parent
= parent;
5 references to parent
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLogInternal.cs (5)
335
if (
parent
!.ComponentDesignMode)
380
if (this.synchronizingObject == null &&
parent
!.ComponentDesignMode)
382
IDesignerHost? host = (IDesignerHost?)
parent
.ComponentGetService(typeof(IDesignerHost));
1176
if (!boolFlags[Flag_initializing] && !boolFlags[Flag_monitoring] && !
parent
!.ComponentDesignMode)
1219
if (!boolFlags[Flag_initializing] && boolFlags[Flag_monitoring] && !
parent
!.ComponentDesignMode)