12 references to ConvertToInt32
PresentationFramework (12)
System\Windows\Documents\ImmComposition.cs (12)
669candform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 670candform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 671candform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 672candform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 673candform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y)); 780compform.rcArea.left = ConvertToInt32(milPointTopLeft.X); 781compform.rcArea.right = ConvertToInt32(milPointBottomRight.X); 782compform.rcArea.top = ConvertToInt32(milPointTopLeft.Y); 783compform.rcArea.bottom = ConvertToInt32(milPointBottomRight.Y); 784compform.ptCurrentPos = new NativeMethods.POINT(ConvertToInt32(milPointCaret.X), ConvertToInt32(milPointCaret.Y));