1 write to cx
System.Windows.Forms (1)
misc\GDI\NativeMethods.cs (1)
434this.cx = cx;
2 references to cx
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
440return new System.Drawing.Size(this.cx, this.cy);
misc\GDI\WindowsGraphics2.cs (1)
400return new Size(size.cx, size.cy);