Unable to load System.Drawing and DevExpress XML tags from source files

I am using Passolo 2016 Professional Edition version 16.0.412.0

I want to load XML tags of type = "DevExpress.Utils.PointFloat, DevExpress.Utils.v14.2" in Passolo project so I can assign specific X and Y position based on language.

I want to load XML tags of type = "System.Drawing.Point, System.Drawing" in Passolo project so I can assign specific X and Y position based on language.

I also want to load XML Tags of type = "System.Drawing.Size, System.Drawing" in Passolo project so I can assign specific width and height of the control based on language.

Currently when I load my source dlls, these tags are not loaded on the project/screen and hence I am not able to provide language specific locations and sizes for target dlls.

Do I need to make any changes in the settings of the lpu file or import any add-ins to support the same?