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