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