3 references to KEY_LOCATION
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\Logging\FileLogTraceListener.Keys.vb (1)
54
KEY_LOCATION
, KEY_LOCATION_PASCAL, KEY_LOGFILECREATIONSCHEDULE,
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
405
If Attributes.ContainsKey(
KEY_LOCATION
) Then
407
Me.Location = DirectCast(converter.ConvertFromInvariantString(Attributes(
KEY_LOCATION
)), LogFileLocation)