2 references to TRI_HEIGHT_RATIO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Triangle.cs (2)
63int updnHeight =(int)Math.Ceiling((updnWidth/2) * TRI_HEIGHT_RATIO); 68int lrHeight =(int)Math.Ceiling((lrWidth/2) * TRI_HEIGHT_RATIO);