All Compiler errors must be fixed

Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(379,35): error CS0619: ‘EventType.repaint’ is obsolete: ‘Use Repaint instead (UnityUpgradable) → Repaint’

Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(425,35): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’

Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(456,35): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’

Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(502,27): error CS0619: ‘EventType.mouseDown’ is obsolete: ‘Use MouseDown instead (UnityUpgradable) → MouseDown’

Assets\Environment\PostProcessing\Editor\Utils\CurveEditor.cs(585,27): error CS0619: ‘EventType.keyDown’ is obsolete: ‘Use KeyDown instead (UnityUpgradable) → KeyDown’

I don’t even see a line of cod that says ‘EventType.mouseDown’ so I have no idea where this is coming from.

However, I don’t see any of these in the script, when I double click it opens this:

Right after posting, I noticed the little [+] boxes in the script. Then I figured it out.
So in the screenshot by color:
Orange:
Orange Square and Arrow shows what line to look at in the code. In this example Line 379

Blue:
Blue Line and Arrow shows how many spaces in from the front is the error, in this case 35 spaces (Line shows the distance, Arrow shows where the error tells you this.

Red:
Red squares and arrows show what had to be changed and how to change it.

NOTE: Save the file so your changes take effect!!